#d44976

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

Shades of Cranberry #D44976

Tints of Cranberry #D44976

Color information

#D44976 (or 0xD44976) is unknown color: approx Cranberry. HEX triplet: D4, 49 and 76. RGB value is (212,73,118). Sum of RGB (Red+Green+Blue) = 212+73+118=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D44976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44976 is #2BB689. Grayscale: #777777. Windows color (decimal): -2864778 or 7752148. OLE color: 7752148.

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

Color convert

RGB21273118-
CMYK00.660.440.17
HSL340.58º61.78%55.88%-
HSV(B)340.58º65.57%83.14%-
XYZ32.820.0719.28-
YUV119.69127.05193.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=52.61%
G=18.11%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127311800.660.440.17340.5861.7855.88
HexD449760422C111553e38
Octal324111166010254215257670
Binary11010100100100111101100100001010110010001101010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44976; }

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

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

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

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

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

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

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

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