#D44F7C

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

Shades of Cranberry #D44F7C

Tints of Cranberry #D44F7C

Color information

#D44F7C (or 0xD44F7C) is unknown color: approx Cranberry. HEX triplet: D4, 4F and 7C. RGB value is (212,79,124). Sum of RGB (Red+Green+Blue) = 212+79+124=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F7C is #2BB083. Grayscale: #7B7B7B. Windows color (decimal): -2863236 or 8146900. OLE color: 8146900.

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

Color convert

RGB21279124-
CMYK00.630.420.17
HSL339.7º60.73%57.06%-
HSV(B)339.7º62.74%83.14%-
XYZ33.5921.0421.36-
YUV123.9128.06190.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=51.08%
G=19.04%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127912400.630.420.17339.760.7357.06
HexD44F7C03F2A111543d39
Octal32411717407752215247571
Binary1101010010011111111100011111110101010001101010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44F7C; }

 p { color: rgb(212,79,124); }

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

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

 a { background-color: rgb(212,79,124); }

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

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

 span { border-color: rgb(212,79,124); }

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