#D35876

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

Shades of Cranberry #D35876

Tints of Cranberry #D35876

Color information

#D35876 (or 0xD35876) is unknown color: approx Cranberry. HEX triplet: D3, 58 and 76. RGB value is (211,88,118). Sum of RGB (Red+Green+Blue) = 211+88+118=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35876 is #2CA789. Grayscale: #808080. Windows color (decimal): -2926474 or 7755987. OLE color: 7755987.

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

Color convert

RGB21188118-
CMYK00.580.440.17
HSL345.37º58.29%58.63%-
HSV(B)345.37º58.29%82.75%-
XYZ33.6222.1419.64-
YUV128.2122.25187.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=50.60%
G=21.10%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118811800.580.440.17345.3758.2958.63
HexD3587603A2C111593a3b
Octal32313016607254215317273
Binary1101001110110001110110011101010110010001101011001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35876; }

 p { color: rgb(211,88,118); }

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

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

 a { background-color: rgb(211,88,118); }

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

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

 span { border-color: rgb(211,88,118); }

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