#D15988

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

Shades of Cranberry #D15988

Tints of Cranberry #D15988

Color information

#D15988 (or 0xD15988) is unknown color: approx Cranberry. HEX triplet: D1, 59 and 88. RGB value is (209,89,136). Sum of RGB (Red+Green+Blue) = 209+89+136=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D15988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15988 is #2EA677. Grayscale: #828282. Windows color (decimal): -3057272 or 8935889. OLE color: 8935889.

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

Color convert

RGB20989136-
CMYK00.570.350.18
HSL336.5º56.6%58.43%-
HSV(B)336.5º57.42%81.96%-
XYZ34.3122.4825.82-
YUV130.24131.26184.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=48.16%
G=20.51%
B=31.34%

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
Decimal2098913600.570.350.18336.556.658.43
HexD159880392312150393a
Octal32113121007143225207172
Binary11010001101100110001000011100110001110010101010000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15988; }

 p { color: rgb(209,89,136); }

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

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

 a { background-color: rgb(209,89,136); }

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

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

 span { border-color: rgb(209,89,136); }

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