#D55288

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

Shades of Cranberry #D55288

Tints of Cranberry #D55288

Color information

#D55288 (or 0xD55288) is unknown color: approx Cranberry. HEX triplet: D5, 52 and 88. RGB value is (213,82,136). Sum of RGB (Red+Green+Blue) = 213+82+136=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55288 is #2AAD77. Grayscale: #7F7F7F. Windows color (decimal): -2796920 or 8934101. OLE color: 8934101.

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

Color convert

RGB21382136-
CMYK00.620.360.16
HSL335.27º60.93%57.84%-
HSV(B)335.27º61.5%83.53%-
XYZ34.921.9625.69-
YUV127.32132.9189.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=49.42%
G=19.03%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138213600.620.360.16335.2760.9357.84
HexD5528803E241014f3d3a
Octal32512221007644205177572
Binary11010101101001010001000011111010010010000101001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55288; }

 p { color: rgb(213,82,136); }

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

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

 a { background-color: rgb(213,82,136); }

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

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

 span { border-color: rgb(213,82,136); }

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