#D15F81

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

Shades of Cranberry #D15F81

Tints of Cranberry #D15F81

Color information

#D15F81 (or 0xD15F81) is unknown color: approx Cranberry. HEX triplet: D1, 5F and 81. RGB value is (209,95,129). Sum of RGB (Red+Green+Blue) = 209+95+129=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F81 is #2EA07E. Grayscale: #848484. Windows color (decimal): -3055743 or 8478673. OLE color: 8478673.

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

Color convert

RGB20995129-
CMYK00.550.380.18
HSL342.11º55.34%59.61%-
HSV(B)342.11º54.55%81.96%-
XYZ34.3523.3223.46-
YUV132.96125.77182.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.27%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=48.27%
G=21.94%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099512900.550.380.18342.1155.3459.61
HexD15F810372612156373c
Octal32113720106746225266774
Binary11010001101111110000001011011110011010010101010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F81; }

 p { color: rgb(209,95,129); }

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

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

 a { background-color: rgb(209,95,129); }

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

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

 span { border-color: rgb(209,95,129); }

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