#D54D72

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

Shades of Cranberry #D54D72

Tints of Cranberry #D54D72

Color information

#D54D72 (or 0xD54D72) is unknown color: approx Cranberry. HEX triplet: D5, 4D and 72. RGB value is (213,77,114). Sum of RGB (Red+Green+Blue) = 213+77+114=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D72 is #2AB28D. Grayscale: #797979. Windows color (decimal): -2798222 or 7491029. OLE color: 7491029.

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

Color convert

RGB21377114-
CMYK00.640.460.16
HSL343.68º61.82%56.86%-
HSV(B)343.68º63.85%83.53%-
XYZ33.1320.6718.16-
YUV121.88123.56192.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=52.72%
G=19.06%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137711400.640.460.16343.6861.8256.86
HexD54D720402E101583e39
Octal325115162010056205307671
Binary11010101100110111100100100000010111010000101011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D72; }

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

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

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

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

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

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

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

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