#D54D78

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

Shades of Cranberry #D54D78

Tints of Cranberry #D54D78

Color information

#D54D78 (or 0xD54D78) is unknown color: approx Cranberry. HEX triplet: D5, 4D and 78. RGB value is (213,77,120). Sum of RGB (Red+Green+Blue) = 213+77+120=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D78 is #2AB287. Grayscale: #7A7A7A. Windows color (decimal): -2798216 or 7884245. OLE color: 7884245.

HSL color Cylindrical-coordinate representation of color #D54D78: hue angle of 341.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D78 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21377120-
CMYK00.640.440.16
HSL341.03º61.82%56.86%-
HSV(B)341.03º63.85%83.53%-
XYZ33.4820.8120.02-
YUV122.57126.56192.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=51.95%
G=18.78%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137712000.640.440.16341.0361.8256.86
HexD54D780402C101553e39
Octal325115170010054205257671
Binary11010101100110111110000100000010110010000101010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D78; }

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

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

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

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

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

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

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

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