#D54E72

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

Shades of Cranberry #D54E72

Tints of Cranberry #D54E72

Color information

#D54E72 (or 0xD54E72) is unknown color: approx Cranberry. HEX triplet: D5, 4E and 72. RGB value is (213,78,114). Sum of RGB (Red+Green+Blue) = 213+78+114=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E72 is #2AB18D. Grayscale: #7A7A7A. Windows color (decimal): -2797966 or 7491285. OLE color: 7491285.

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

Color convert

RGB21378114-
CMYK00.630.460.16
HSL344º61.64%57.06%-
HSV(B)344º63.38%83.53%-
XYZ33.220.8118.19-
YUV122.47123.23192.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=52.59%
G=19.26%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137811400.630.460.1634461.6457.06
HexD54E7203F2E101583e39
Octal32511616207756205307671
Binary1101010110011101110010011111110111010000101011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E72; }

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

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

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

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

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

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

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

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