#D35E78

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

Shades of Cranberry #D35E78

Tints of Cranberry #D35E78

Color information

#D35E78 (or 0xD35E78) is unknown color: approx Cranberry. HEX triplet: D3, 5E and 78. RGB value is (211,94,120). Sum of RGB (Red+Green+Blue) = 211+94+120=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35E78 is #2CA187. Grayscale: #838383. Windows color (decimal): -2924936 or 7888595. OLE color: 7888595.

HSL color Cylindrical-coordinate representation of color #D35E78: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35E78 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB21194120-
CMYK00.550.430.17
HSL346.67º57.07%59.8%-
HSV(B)346.67º55.45%82.75%-
XYZ34.2623.2120.44-
YUV131.95121.26184.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.65%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=49.65%
G=22.12%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119412000.550.430.17346.6757.0759.8
HexD35E780372B1115b393c
Octal32313617006753215337174
Binary1101001110111101111000011011110101110001101011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35E78; }

 p { color: rgb(211,94,120); }

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

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

 a { background-color: rgb(211,94,120); }

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

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

 span { border-color: rgb(211,94,120); }

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