#D95672

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

Shades of Cranberry #D95672

Tints of Cranberry #D95672

Color information

#D95672 (or 0xD95672) is unknown color: approx Cranberry. HEX triplet: D9, 56 and 72. RGB value is (217,86,114). Sum of RGB (Red+Green+Blue) = 217+86+114=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95672 is #26A98D. Grayscale: #808080. Windows color (decimal): -2533774 or 7493337. OLE color: 7493337.

HSL color Cylindrical-coordinate representation of color #D95672: hue angle of 347.18º 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 #D95672 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21786114-
CMYK00.600.470.15
HSL347.18º63.29%59.41%-
HSV(B)347.18º60.37%85.1%-
XYZ34.9822.6218.44-
YUV128.36119.9191.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=52.04%
G=20.62%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178611400.600.470.15347.1863.2959.41
HexD9567203C2FF15b3f3b
Octal33112616207457175337773
Binary110110011010110111001001111001011111111101011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95672; }

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

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

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

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

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

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

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

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