#d54872

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

Shades of Cranberry #D54872

Tints of Cranberry #D54872

Color information

#D54872 (or 0xD54872) is unknown color: approx Cranberry. HEX triplet: D5, 48 and 72. RGB value is (213,72,114). Sum of RGB (Red+Green+Blue) = 213+72+114=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54872 is #2AB78D. Grayscale: #767676. Windows color (decimal): -2799502 or 7489749. OLE color: 7489749.

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

Color convert

RGB21372114-
CMYK00.660.460.16
HSL342.13º62.67%55.88%-
HSV(B)342.13º66.2%83.53%-
XYZ32.82018.05-
YUV118.95125.21195.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=53.38%
G=18.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137211400.660.460.16342.1362.6755.88
HexD548720422E101563f38
Octal325110162010256205267770
Binary11010101100100011100100100001010111010000101010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54872; }

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

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

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

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

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

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

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

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