#D75878

Color #D75878 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D75878

Tints of Cranberry #D75878

Color information

#D75878 (or 0xD75878) is unknown color: approx Cranberry. HEX triplet: D7, 58 and 78. RGB value is (215,88,120). Sum of RGB (Red+Green+Blue) = 215+88+120=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D75878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75878 is #28A787. Grayscale: #818181. Windows color (decimal): -2664328 or 7887063. OLE color: 7887063.

HSL color Cylindrical-coordinate representation of color #D75878: hue angle of 344.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75878 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21588120-
CMYK00.590.440.16
HSL344.88º61.35%59.41%-
HSV(B)344.88º59.07%84.31%-
XYZ34.922.7820.33-
YUV129.62122.58188.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=50.83%
G=20.80%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158812000.590.440.16344.8861.3559.41
HexD7587803B2C101593d3b
Octal32713017007354205317573
Binary1101011110110001111000011101110110010000101011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75878; }

 p { color: rgb(215,88,120); }

 H1.HeaderClassName
 {
   color: #D75878;
 }
 .AnyTagClassName
 {
   color: #D75878;
 }
</style>
background-color css

<style>
 a { background-color: #D75878; }

 a { background-color: rgb(215,88,120); }

 div.DivClassName
 {
   background-color: #D75878;
 }
 .BgClassName
 {
   background-color: #D75878;
 }
</style>
border-color css

<style>
 span { border-color: #D75878; }

 span { border-color: rgb(215,88,120); }

 td.TdClassName
 {
   border-color: #D75878;
 }
 .TagClassName
 {
   border-color: #D75878;
 }
</style>