Shades of Cranberry #D74F80
Tints of Cranberry #D74F80
RGB
CMYK
RGB Variations
Color information
#D74F80 (or 0xD74F80) is known color: Cranberry. HEX triplet: D7, 4F and 80. RGB value is (215,79,128). Sum of RGB (Red+Green+Blue) = 215+79+128=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F80 is #28B07F. Grayscale: #7D7D7D. Windows color (decimal): -2666624 or 8409047. OLE color: 8409047.
HSL color Cylindrical-coordinate representation of color #D74F80: hue angle of 338.38º 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 #D74F80 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 128 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.16 |
| HSL | 338.38º | 0.63% | 0.58% | - |
| HSV(B) | 338.38º | 0.63% | 0.84% | - |
| XYZ | 34.72 | 21.6 | 22.76 | - |
| YUV | 125.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 128 | 0 | 0.63 | 0.40 | 0.16 | 338.38 | 0.63 | 0.58 |
| Hex | D7 | 4F | 80 | 0 | 3F | 28 | 10 | 152 | 3F | 3A |
| Octal | 327 | 117 | 200 | 0 | 77 | 50 | 20 | 522 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10000000 | 0 | 111111 | 101000 | 10000 | 101010010 | 111111 | 111010 |
Color Harmonies of #D74F80
Complementary color
Monochromatic Colors of #D74F80
Black with #D74F80
Text Example
Text Example
White with #D74F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F80; }
p { color: rgb(215,79,128); }
H1.HeaderClassName
{
color: #D74F80;
}
.AnyTagClassName
{
color: #D74F80;
}
</style>
background-color css
<style>
a { background-color: #D74F80; }
a { background-color: rgb(215,79,128); }
div.DivClassName
{
background-color: #D74F80;
}
.BgClassName
{
background-color: #D74F80;
}
</style>
border-color css
<style>
span { border-color: #D74F80; }
span { border-color: rgb(215,79,128); }
td.TdClassName
{
border-color: #D74F80;
}
.TagClassName
{
border-color: #D74F80;
}
</style>