#D54F73

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

Shades of Cranberry #D54F73

Tints of Cranberry #D54F73

Color information

#D54F73 (or 0xD54F73) is unknown color: approx Cranberry. HEX triplet: D5, 4F and 73. RGB value is (213,79,115). Sum of RGB (Red+Green+Blue) = 213+79+115=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F73 is #2AB08C. Grayscale: #7B7B7B. Windows color (decimal): -2797709 or 7557077. OLE color: 7557077.

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

Color convert

RGB21379115-
CMYK00.630.460.16
HSL343.88º61.47%57.25%-
HSV(B)343.88º62.91%83.53%-
XYZ33.3320.9818.51-
YUV123.17123.39192.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=52.33%
G=19.41%
B=28.26%

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
Decimal2137911500.630.460.16343.8861.4757.25
HexD54F7303F2E101583d39
Octal32511716307756205307571
Binary1101010110011111110011011111110111010000101011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54F73; }

 p { color: rgb(213,79,115); }

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

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

 a { background-color: rgb(213,79,115); }

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

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

 span { border-color: rgb(213,79,115); }

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