#D54878

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

Shades of Cranberry #D54878

Tints of Cranberry #D54878

Color information

#D54878 (or 0xD54878) is unknown color: approx Cranberry. HEX triplet: D5, 48 and 78. RGB value is (213,72,120). Sum of RGB (Red+Green+Blue) = 213+72+120=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D54878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54878 is #2AB787. Grayscale: #777777. Windows color (decimal): -2799496 or 7882965. OLE color: 7882965.

HSL color Cylindrical-coordinate representation of color #D54878: hue angle of 339.57º 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 #D54878 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21372120-
CMYK00.660.440.16
HSL339.57º62.67%55.88%-
HSV(B)339.57º66.2%83.53%-
XYZ33.1520.1419.91-
YUV119.63128.21194.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=52.59%
G=17.78%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137212000.660.440.16339.5762.6755.88
HexD548780422C101543f38
Octal325110170010254205247770
Binary11010101100100011110000100001010110010000101010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54878; }

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

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

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

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

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

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

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

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