#D15E84

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

Shades of Cranberry #D15E84

Tints of Cranberry #D15E84

Color information

#D15E84 (or 0xD15E84) is unknown color: approx Cranberry. HEX triplet: D1, 5E and 84. RGB value is (209,94,132). Sum of RGB (Red+Green+Blue) = 209+94+132=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E84 is #2EA17B. Grayscale: #848484. Windows color (decimal): -3055996 or 8675025. OLE color: 8675025.

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

Color convert

RGB20994132-
CMYK00.550.370.18
HSL340.17º55.56%59.41%-
HSV(B)340.17º55.02%81.96%-
XYZ34.4623.2324.5-
YUV132.72127.6182.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=48.05%
G=21.61%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099413200.550.370.18340.1755.5659.41
HexD15E840372512154383b
Octal32113620406745225247073
Binary11010001101111010000100011011110010110010101010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E84; }

 p { color: rgb(209,94,132); }

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

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

 a { background-color: rgb(209,94,132); }

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

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

 span { border-color: rgb(209,94,132); }

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