#D15185

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

Shades of Cranberry #D15185

Tints of Cranberry #D15185

Color information

#D15185 (or 0xD15185) is unknown color: approx Cranberry. HEX triplet: D1, 51 and 85. RGB value is (209,81,133). Sum of RGB (Red+Green+Blue) = 209+81+133=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15185 is #2EAE7A. Grayscale: #7D7D7D. Windows color (decimal): -3059323 or 8737233. OLE color: 8737233.

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

Color convert

RGB20981133-
CMYK00.610.360.18
HSL335.62º58.18%56.86%-
HSV(B)335.62º61.24%81.96%-
XYZ33.4721.1324.51-
YUV125.2132.41187.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=49.41%
G=19.15%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098113300.610.360.18335.6258.1856.86
HexD1518503D24121503a39
Octal32112120507544225207271
Binary11010001101000110000101011110110010010010101010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15185; }

 p { color: rgb(209,81,133); }

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

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

 a { background-color: rgb(209,81,133); }

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

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

 span { border-color: rgb(209,81,133); }

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