#D95A80

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

Shades of Cranberry #D95A80

Tints of Cranberry #D95A80

Color information

#D95A80 (or 0xD95A80) is unknown color: approx Cranberry. HEX triplet: D9, 5A and 80. RGB value is (217,90,128). Sum of RGB (Red+Green+Blue) = 217+90+128=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A80 is #26A57F. Grayscale: #848484. Windows color (decimal): -2532736 or 8411865. OLE color: 8411865.

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

Color convert

RGB21790128-
CMYK00.590.410.15
HSL342.05º62.56%60.2%-
HSV(B)342.05º58.53%85.1%-
XYZ36.1723.6223.08-
YUV132.3125.58188.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=49.89%
G=20.69%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179012800.590.410.15342.0562.5660.2
HexD95A8003B29F1563f3c
Octal33113220007351175267774
Binary1101100110110101000000001110111010011111101010110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A80; }

 p { color: rgb(217,90,128); }

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

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

 a { background-color: rgb(217,90,128); }

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

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

 span { border-color: rgb(217,90,128); }

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