#D55589

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

Shades of Cranberry #D55589

Tints of Cranberry #D55589

Color information

#D55589 (or 0xD55589) is unknown color: approx Cranberry. HEX triplet: D5, 55 and 89. RGB value is (213,85,137). Sum of RGB (Red+Green+Blue) = 213+85+137=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55589 is #2AAA76. Grayscale: #818181. Windows color (decimal): -2796151 or 9000405. OLE color: 9000405.

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

Color convert

RGB21385137-
CMYK00.600.360.16
HSL335.62º60.38%58.43%-
HSV(B)335.62º60.09%83.53%-
XYZ35.222.4526.14-
YUV129.2132.41187.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=48.97%
G=19.54%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138513700.600.360.16335.6260.3858.43
HexD5558903C24101503c3a
Octal32512521107444205207472
Binary11010101101010110001001011110010010010000101010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55589; }

 p { color: rgb(213,85,137); }

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

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

 a { background-color: rgb(213,85,137); }

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

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

 span { border-color: rgb(213,85,137); }

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