#D55488

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

Shades of Cranberry #D55488

Tints of Cranberry #D55488

Color information

#D55488 (or 0xD55488) is unknown color: approx Cranberry. HEX triplet: D5, 54 and 88. RGB value is (213,84,136). Sum of RGB (Red+Green+Blue) = 213+84+136=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55488 is #2AAB77. Grayscale: #808080. Windows color (decimal): -2796408 or 8934613. OLE color: 8934613.

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

Color convert

RGB21384136-
CMYK00.610.360.16
HSL335.81º60.56%58.24%-
HSV(B)335.81º60.56%83.53%-
XYZ35.0522.2625.74-
YUV128.5132.24188.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=49.19%
G=19.40%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138413600.610.360.16335.8160.5658.24
HexD5548803D24101503d3a
Octal32512421007544205207572
Binary11010101101010010001000011110110010010000101010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55488; }

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

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

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

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

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

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

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

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