#D35777

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

Shades of Cranberry #D35777

Tints of Cranberry #D35777

Color information

#D35777 (or 0xD35777) is unknown color: approx Cranberry. HEX triplet: D3, 57 and 77. RGB value is (211,87,119). Sum of RGB (Red+Green+Blue) = 211+87+119=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35777 is #2CA888. Grayscale: #7F7F7F. Windows color (decimal): -2926729 or 7821267. OLE color: 7821267.

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

Color convert

RGB21187119-
CMYK00.590.440.17
HSL344.52º58.49%58.43%-
HSV(B)344.52º58.77%82.75%-
XYZ33.62219.93-
YUV127.72123.08187.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=50.60%
G=20.86%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118711900.590.440.17344.5258.4958.43
HexD3577703B2C111593a3a
Octal32312716707354215317272
Binary1101001110101111110111011101110110010001101011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35777; }

 p { color: rgb(211,87,119); }

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

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

 a { background-color: rgb(211,87,119); }

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

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

 span { border-color: rgb(211,87,119); }

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