#D54E71

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

Shades of Cranberry #D54E71

Tints of Cranberry #D54E71

Color information

#D54E71 (or 0xD54E71) is unknown color: approx Cranberry. HEX triplet: D5, 4E and 71. RGB value is (213,78,113). Sum of RGB (Red+Green+Blue) = 213+78+113=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E71 is #2AB18E. Grayscale: #7A7A7A. Windows color (decimal): -2797967 or 7425749. OLE color: 7425749.

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

Color convert

RGB21378113-
CMYK00.630.470.16
HSL344.44º61.64%57.06%-
HSV(B)344.44º63.38%83.53%-
XYZ33.1520.7917.89-
YUV122.35122.73192.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=52.72%
G=19.31%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137811300.630.470.16344.4461.6457.06
HexD54E7103F2F101583e39
Octal32511616107757205307671
Binary1101010110011101110001011111110111110000101011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E71; }

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

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

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

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

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

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

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

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