#D44D72

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

Shades of Cranberry #D44D72

Tints of Cranberry #D44D72

Color information

#D44D72 (or 0xD44D72) is unknown color: approx Cranberry. HEX triplet: D4, 4D and 72. RGB value is (212,77,114). Sum of RGB (Red+Green+Blue) = 212+77+114=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D72 is #2BB28D. Grayscale: #797979. Windows color (decimal): -2863758 or 7491028. OLE color: 7491028.

HSL color Cylindrical-coordinate representation of color #D44D72: hue angle of 343.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D72 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21277114-
CMYK00.640.460.17
HSL343.56º61.09%56.67%-
HSV(B)343.56º63.68%83.14%-
XYZ32.8420.5218.15-
YUV121.58123.73192.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=52.61%
G=19.11%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127711400.640.460.17343.5661.0956.67
HexD44D720402E111583d39
Octal324115162010056215307571
Binary11010100100110111100100100000010111010001101011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D72; }

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

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

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

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

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

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

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

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