#D55988

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

Shades of Cranberry #D55988

Tints of Cranberry #D55988

Color information

#D55988 (or 0xD55988) is unknown color: approx Cranberry. HEX triplet: D5, 59 and 88. RGB value is (213,89,136). Sum of RGB (Red+Green+Blue) = 213+89+136=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D55988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55988 is #2AA677. Grayscale: #838383. Windows color (decimal): -2795128 or 8935893. OLE color: 8935893.

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

Color convert

RGB21389136-
CMYK00.580.360.16
HSL337.26º59.62%59.22%-
HSV(B)337.26º58.22%83.53%-
XYZ35.4623.0725.88-
YUV131.43130.58186.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=48.63%
G=20.32%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138913600.580.360.16337.2659.6259.22
HexD5598803A24101513c3b
Octal32513121007244205217473
Binary11010101101100110001000011101010010010000101010001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55988; }

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

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

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

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

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

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

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

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