#D96181

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

Shades of Cranberry #D96181

Tints of Cranberry #D96181

Color information

#D96181 (or 0xD96181) is unknown color: approx Cranberry. HEX triplet: D9, 61 and 81. RGB value is (217,97,129). Sum of RGB (Red+Green+Blue) = 217+97+129=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D96181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96181 is #269E7E. Grayscale: #888888. Windows color (decimal): -2530943 or 8479193. OLE color: 8479193.

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

Color convert

RGB21797129-
CMYK00.550.410.15
HSL344º61.22%61.57%-
HSV(B)344º55.3%85.1%-
XYZ36.8524.8923.63-
YUV136.53123.76185.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=48.98%
G=21.90%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179712900.550.410.1534461.2261.57
HexD9618103729F1583d3e
Octal33114120106751175307576
Binary1101100111000011000000101101111010011111101011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96181; }

 p { color: rgb(217,97,129); }

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

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

 a { background-color: rgb(217,97,129); }

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

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

 span { border-color: rgb(217,97,129); }

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