#D95580

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

Shades of Cranberry #D95580

Tints of Cranberry #D95580

Color information

#D95580 (or 0xD95580) is unknown color: approx Cranberry. HEX triplet: D9, 55 and 80. RGB value is (217,85,128). Sum of RGB (Red+Green+Blue) = 217+85+128=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95580 is #26AA7F. Grayscale: #818181. Windows color (decimal): -2534016 or 8410585. OLE color: 8410585.

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

Color convert

RGB21785128-
CMYK00.610.410.15
HSL340.45º63.46%59.22%-
HSV(B)340.45º60.83%85.1%-
XYZ35.7622.8122.94-
YUV129.37127.23190.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=50.47%
G=19.77%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178512800.610.410.15340.4563.4659.22
HexD9558003D29F1543f3b
Octal33112520007551175247773
Binary1101100110101011000000001111011010011111101010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95580; }

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

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

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

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

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

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

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

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