#D44F76

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

Shades of Cranberry #D44F76

Tints of Cranberry #D44F76

Color information

#D44F76 (or 0xD44F76) is unknown color: approx Cranberry. HEX triplet: D4, 4F and 76. RGB value is (212,79,118). Sum of RGB (Red+Green+Blue) = 212+79+118=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F76 is #2BB089. Grayscale: #7B7B7B. Windows color (decimal): -2863242 or 7753684. OLE color: 7753684.

HSL color Cylindrical-coordinate representation of color #D44F76: hue angle of 342.41º 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 #D44F76 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21279118-
CMYK00.630.440.17
HSL342.41º60.73%57.06%-
HSV(B)342.41º62.74%83.14%-
XYZ33.2220.919.42-
YUV123.21125.06191.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=51.83%
G=19.32%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127911800.630.440.17342.4160.7357.06
HexD44F7603F2C111563d39
Octal32411716607754215267571
Binary1101010010011111110110011111110110010001101010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44F76; }

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

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

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

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

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

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

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

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