Shades of Cranberry #D74F72
Tints of Cranberry #D74F72
RGB
CMYK
RGB Variations
Color information
#D74F72 (or 0xD74F72) is known color: Cranberry. HEX triplet: D7, 4F and 72. RGB value is (215,79,114). Sum of RGB (Red+Green+Blue) = 215+79+114=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F72 is #28B08D. Grayscale: #7B7B7B. Windows color (decimal): -2666638 or 7491543. OLE color: 7491543.
HSL color Cylindrical-coordinate representation of color #D74F72: hue angle of 344.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F72 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 114 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.16 |
| HSL | 344.56º | 0.63% | 0.58% | - |
| HSV(B) | 344.56º | 0.63% | 0.84% | - |
| XYZ | 33.86 | 21.25 | 18.24 | - |
| YUV | 123.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 114 | 0 | 0.63 | 0.47 | 0.16 | 344.56 | 0.63 | 0.58 |
| Hex | D7 | 4F | 72 | 0 | 3F | 2F | 10 | 159 | 3F | 3A |
| Octal | 327 | 117 | 162 | 0 | 77 | 57 | 20 | 531 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1110010 | 0 | 111111 | 101111 | 10000 | 101011001 | 111111 | 111010 |
Color Harmonies of #D74F72
Complementary color
Monochromatic Colors of #D74F72
Black with #D74F72
Text Example
Text Example
White with #D74F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F72; }
p { color: rgb(215,79,114); }
H1.HeaderClassName
{
color: #D74F72;
}
.AnyTagClassName
{
color: #D74F72;
}
</style>
background-color css
<style>
a { background-color: #D74F72; }
a { background-color: rgb(215,79,114); }
div.DivClassName
{
background-color: #D74F72;
}
.BgClassName
{
background-color: #D74F72;
}
</style>
border-color css
<style>
span { border-color: #D74F72; }
span { border-color: rgb(215,79,114); }
td.TdClassName
{
border-color: #D74F72;
}
.TagClassName
{
border-color: #D74F72;
}
</style>