#D44A74

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

Shades of Cranberry #D44A74

Tints of Cranberry #D44A74

Color information

#D44A74 (or 0xD44A74) is unknown color: approx Cranberry. HEX triplet: D4, 4A and 74. RGB value is (212,74,116). Sum of RGB (Red+Green+Blue) = 212+74+116=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A74 is #2BB58B. Grayscale: #787878. Windows color (decimal): -2864524 or 7621332. OLE color: 7621332.

HSL color Cylindrical-coordinate representation of color #D44A74: hue angle of 341.74º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44A74 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21274116-
CMYK00.650.450.17
HSL341.74º61.61%56.08%-
HSV(B)341.74º65.09%83.14%-
XYZ32.7520.1618.69-
YUV120.05125.72193.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.74%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=52.74%
G=18.41%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127411600.650.450.17341.7461.6156.08
HexD44A740412D111563e38
Octal324112164010155215267670
Binary11010100100101011101000100000110110110001101010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44A74; }

 p { color: rgb(212,74,116); }

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

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

 a { background-color: rgb(212,74,116); }

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

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

 span { border-color: rgb(212,74,116); }

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