#D15580

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

Shades of Cranberry #D15580

Tints of Cranberry #D15580

Color information

#D15580 (or 0xD15580) is unknown color: approx Cranberry. HEX triplet: D1, 55 and 80. RGB value is (209,85,128). Sum of RGB (Red+Green+Blue) = 209+85+128=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15580 is #2EAA7F. Grayscale: #7E7E7E. Windows color (decimal): -3058304 or 8410577. OLE color: 8410577.

HSL color Cylindrical-coordinate representation of color #D15580: hue angle of 339.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15580 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB20985128-
CMYK00.590.390.18
HSL339.19º57.41%57.65%-
HSV(B)339.19º59.33%81.96%-
XYZ33.4421.6122.83-
YUV126.98128.58186.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=49.53%
G=20.14%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098512800.590.390.18339.1957.4157.65
HexD1558003B2712153393a
Octal32112520007347225237172
Binary11010001101010110000000011101110011110010101010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15580; }

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

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

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

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

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

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

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

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