Shades of Cranberry #D44E7D
Tints of Cranberry #D44E7D
RGB
CMYK
RGB Variations
Color information
#D44E7D (or 0xD44E7D) is known color: Cranberry. HEX triplet: D4, 4E and 7D. RGB value is (212,78,125). Sum of RGB (Red+Green+Blue) = 212+78+125=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E7D is #2BB182. Grayscale: #7B7B7B. Windows color (decimal): -2863491 or 8212180. OLE color: 8212180.
HSL color Cylindrical-coordinate representation of color #D44E7D: hue angle of 338.96º 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 #D44E7D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 125 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.17 |
| HSL | 338.96º | 0.61% | 0.57% | - |
| HSV(B) | 338.96º | 0.63% | 0.83% | - |
| XYZ | 33.58 | 20.93 | 21.67 | - |
| YUV | 123.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 125 | 0 | 0.63 | 0.41 | 0.17 | 338.96 | 0.61 | 0.57 |
| Hex | D4 | 4E | 7D | 0 | 3F | 29 | 11 | 153 | 3D | 39 |
| Octal | 324 | 116 | 175 | 0 | 77 | 51 | 21 | 523 | 75 | 71 |
| Binary | 11010100 | 1001110 | 1111101 | 0 | 111111 | 101001 | 10001 | 101010011 | 111101 | 111001 |
Color Harmonies of #D44E7D
Complementary color
Monochromatic Colors of #D44E7D
Black with #D44E7D
Text Example
Text Example
White with #D44E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E7D; }
p { color: rgb(212,78,125); }
H1.HeaderClassName
{
color: #D44E7D;
}
.AnyTagClassName
{
color: #D44E7D;
}
</style>
background-color css
<style>
a { background-color: #D44E7D; }
a { background-color: rgb(212,78,125); }
div.DivClassName
{
background-color: #D44E7D;
}
.BgClassName
{
background-color: #D44E7D;
}
</style>
border-color css
<style>
span { border-color: #D44E7D; }
span { border-color: rgb(212,78,125); }
td.TdClassName
{
border-color: #D44E7D;
}
.TagClassName
{
border-color: #D44E7D;
}
</style>