Shades of Cranberry #D44E74
Tints of Cranberry #D44E74
RGB
CMYK
RGB Variations
Color information
#D44E74 (or 0xD44E74) is known color: Cranberry. HEX triplet: D4, 4E and 74. RGB value is (212,78,116). Sum of RGB (Red+Green+Blue) = 212+78+116=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E74 is #2BB18B. Grayscale: #7A7A7A. Windows color (decimal): -2863500 or 7622356. OLE color: 7622356.
HSL color Cylindrical-coordinate representation of color #D44E74: hue angle of 342.99º 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 #D44E74 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 116 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.17 |
| HSL | 342.99º | 0.61% | 0.57% | - |
| HSV(B) | 342.99º | 0.63% | 0.83% | - |
| XYZ | 33.03 | 20.71 | 18.78 | - |
| YUV | 122.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 116 | 0 | 0.63 | 0.45 | 0.17 | 342.99 | 0.61 | 0.57 |
| Hex | D4 | 4E | 74 | 0 | 3F | 2D | 11 | 157 | 3D | 39 |
| Octal | 324 | 116 | 164 | 0 | 77 | 55 | 21 | 527 | 75 | 71 |
| Binary | 11010100 | 1001110 | 1110100 | 0 | 111111 | 101101 | 10001 | 101010111 | 111101 | 111001 |
Color Harmonies of #D44E74
Complementary color
Monochromatic Colors of #D44E74
Black with #D44E74
Text Example
Text Example
White with #D44E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E74; }
p { color: rgb(212,78,116); }
H1.HeaderClassName
{
color: #D44E74;
}
.AnyTagClassName
{
color: #D44E74;
}
</style>
background-color css
<style>
a { background-color: #D44E74; }
a { background-color: rgb(212,78,116); }
div.DivClassName
{
background-color: #D44E74;
}
.BgClassName
{
background-color: #D44E74;
}
</style>
border-color css
<style>
span { border-color: #D44E74; }
span { border-color: rgb(212,78,116); }
td.TdClassName
{
border-color: #D44E74;
}
.TagClassName
{
border-color: #D44E74;
}
</style>