#D95179

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

Shades of Cranberry #D95179

Tints of Cranberry #D95179

Color information

#D95179 (or 0xD95179) is unknown color: approx Cranberry. HEX triplet: D9, 51 and 79. RGB value is (217,81,121). Sum of RGB (Red+Green+Blue) = 217+81+121=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D95179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95179 is #26AE86. Grayscale: #7E7E7E. Windows color (decimal): -2535047 or 7950809. OLE color: 7950809.

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

Color convert

RGB21781121-
CMYK00.630.440.15
HSL342.35º64.15%58.43%-
HSV(B)342.35º62.67%85.1%-
XYZ35.0122.0220.49-
YUV126.22125.06192.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=51.79%
G=19.33%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178112100.630.440.15342.3564.1558.43
HexD9517903F2CF156403a
Octal331121171077541752610072
Binary1101100110100011111001011111110110011111010101101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95179; }

 p { color: rgb(217,81,121); }

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

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

 a { background-color: rgb(217,81,121); }

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

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

 span { border-color: rgb(217,81,121); }

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