#D15A87

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

Shades of Cranberry #D15A87

Tints of Cranberry #D15A87

Color information

#D15A87 (or 0xD15A87) is unknown color: approx Cranberry. HEX triplet: D1, 5A and 87. RGB value is (209,90,135). Sum of RGB (Red+Green+Blue) = 209+90+135=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A87 is #2EA578. Grayscale: #828282. Windows color (decimal): -3057017 or 8870609. OLE color: 8870609.

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

Color convert

RGB20990135-
CMYK00.570.350.18
HSL337.31º56.4%58.63%-
HSV(B)337.31º56.94%81.96%-
XYZ34.3222.6225.48-
YUV130.71130.42183.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=48.16%
G=20.74%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099013500.570.350.18337.3156.458.63
HexD15A870392312151383b
Octal32113220707143225217073
Binary11010001101101010000111011100110001110010101010001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A87; }

 p { color: rgb(209,90,135); }

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

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

 a { background-color: rgb(209,90,135); }

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

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

 span { border-color: rgb(209,90,135); }

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