#D85376

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

Shades of Cranberry #D85376

Tints of Cranberry #D85376

Color information

#D85376 (or 0xD85376) is unknown color: approx Cranberry. HEX triplet: D8, 53 and 76. RGB value is (216,83,118). Sum of RGB (Red+Green+Blue) = 216+83+118=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D85376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85376 is #27AC89. Grayscale: #7E7E7E. Windows color (decimal): -2600074 or 7754712. OLE color: 7754712.

HSL color Cylindrical-coordinate representation of color #D85376: hue angle of 344.21º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85376 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21683118-
CMYK00.620.450.15
HSL344.21º63.03%58.63%-
HSV(B)344.21º61.57%84.71%-
XYZ34.6822.0919.58-
YUV126.76123.06191.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=51.80%
G=19.90%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168311800.620.450.15344.2163.0358.63
HexD8537603E2DF1583f3b
Octal33012316607655175307773
Binary110110001010011111011001111101011011111101011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85376; }

 p { color: rgb(216,83,118); }

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

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

 a { background-color: rgb(216,83,118); }

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

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

 span { border-color: rgb(216,83,118); }

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