#D55879

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

Shades of Cranberry #D55879

Tints of Cranberry #D55879

Color information

#D55879 (or 0xD55879) is unknown color: approx Cranberry. HEX triplet: D5, 58 and 79. RGB value is (213,88,121). Sum of RGB (Red+Green+Blue) = 213+88+121=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D55879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55879 is #2AA786. Grayscale: #818181. Windows color (decimal): -2795399 or 7952597. OLE color: 7952597.

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

Color convert

RGB21388121-
CMYK00.590.430.16
HSL344.16º59.81%59.02%-
HSV(B)344.16º58.69%83.53%-
XYZ34.3822.5120.62-
YUV129.14123.41187.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=50.47%
G=20.85%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138812100.590.430.16344.1659.8159.02
HexD5587903B2B101583c3b
Octal32513017107353205307473
Binary1101010110110001111001011101110101110000101011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55879; }

 p { color: rgb(213,88,121); }

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

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

 a { background-color: rgb(213,88,121); }

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

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

 span { border-color: rgb(213,88,121); }

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