#D95676

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

Shades of Cranberry #D95676

Tints of Cranberry #D95676

Color information

#D95676 (or 0xD95676) is unknown color: approx Cranberry. HEX triplet: D9, 56 and 76. RGB value is (217,86,118). Sum of RGB (Red+Green+Blue) = 217+86+118=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95676 is #26A989. Grayscale: #808080. Windows color (decimal): -2533770 or 7755481. OLE color: 7755481.

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

Color convert

RGB21786118-
CMYK00.600.460.15
HSL345.34º63.29%59.41%-
HSV(B)345.34º60.37%85.1%-
XYZ35.2122.7219.67-
YUV128.82121.9190.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=51.54%
G=20.43%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178611800.600.460.15345.3463.2959.41
HexD9567603C2EF1593f3b
Octal33112616607456175317773
Binary110110011010110111011001111001011101111101011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95676; }

 p { color: rgb(217,86,118); }

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

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

 a { background-color: rgb(217,86,118); }

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

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

 span { border-color: rgb(217,86,118); }

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