#D15980

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

Shades of Cranberry #D15980

Tints of Cranberry #D15980

Color information

#D15980 (or 0xD15980) is unknown color: approx Cranberry. HEX triplet: D1, 59 and 80. RGB value is (209,89,128). Sum of RGB (Red+Green+Blue) = 209+89+128=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15980 is #2EA67F. Grayscale: #818181. Windows color (decimal): -3057280 or 8411601. OLE color: 8411601.

HSL color Cylindrical-coordinate representation of color #D15980: hue angle of 340.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 #D15980 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB20989128-
CMYK00.570.390.18
HSL340.5º56.6%58.43%-
HSV(B)340.5º57.42%81.96%-
XYZ33.7622.2622.94-
YUV129.33127.26184.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=49.06%
G=20.89%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098912800.570.390.18340.556.658.43
HexD159800392712154393a
Octal32113120007147225247172
Binary11010001101100110000000011100110011110010101010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15980; }

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

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

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

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

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

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

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

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