#D54879

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

Shades of Cranberry #D54879

Tints of Cranberry #D54879

Color information

#D54879 (or 0xD54879) is unknown color: approx Cranberry. HEX triplet: D5, 48 and 79. RGB value is (213,72,121). Sum of RGB (Red+Green+Blue) = 213+72+121=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D54879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54879 is #2AB786. Grayscale: #777777. Windows color (decimal): -2799495 or 7948501. OLE color: 7948501.

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

Color convert

RGB21372121-
CMYK00.660.430.16
HSL339.15º62.67%55.88%-
HSV(B)339.15º66.2%83.53%-
XYZ33.2120.1620.23-
YUV119.74128.71194.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 72 (28.52% from 255) = 17.73%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=52.46%
G=17.73%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137212100.660.430.16339.1562.6755.88
HexD548790422B101533f38
Octal325110171010253205237770
Binary11010101100100011110010100001010101110000101010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54879; }

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

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

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

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

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

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

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

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