Shades of Cranberry #D74F83
Tints of Cranberry #D74F83
RGB
CMYK
RGB Variations
Color information
#D74F83 (or 0xD74F83) is known color: Cranberry. HEX triplet: D7, 4F and 83. RGB value is (215,79,131). Sum of RGB (Red+Green+Blue) = 215+79+131=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F83 is #28B07C. Grayscale: #7D7D7D. Windows color (decimal): -2666621 or 8605655. OLE color: 8605655.
HSL color Cylindrical-coordinate representation of color #D74F83: hue angle of 337.06º 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 #D74F83 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 131 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.16 |
| HSL | 337.06º | 0.63% | 0.58% | - |
| HSV(B) | 337.06º | 0.63% | 0.84% | - |
| XYZ | 34.92 | 21.68 | 23.82 | - |
| YUV | 125.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 131 | 0 | 0.63 | 0.39 | 0.16 | 337.06 | 0.63 | 0.58 |
| Hex | D7 | 4F | 83 | 0 | 3F | 27 | 10 | 151 | 3F | 3A |
| Octal | 327 | 117 | 203 | 0 | 77 | 47 | 20 | 521 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10000011 | 0 | 111111 | 100111 | 10000 | 101010001 | 111111 | 111010 |
Color Harmonies of #D74F83
Complementary color
Monochromatic Colors of #D74F83
Black with #D74F83
Text Example
Text Example
White with #D74F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F83; }
p { color: rgb(215,79,131); }
H1.HeaderClassName
{
color: #D74F83;
}
.AnyTagClassName
{
color: #D74F83;
}
</style>
background-color css
<style>
a { background-color: #D74F83; }
a { background-color: rgb(215,79,131); }
div.DivClassName
{
background-color: #D74F83;
}
.BgClassName
{
background-color: #D74F83;
}
</style>
border-color css
<style>
span { border-color: #D74F83; }
span { border-color: rgb(215,79,131); }
td.TdClassName
{
border-color: #D74F83;
}
.TagClassName
{
border-color: #D74F83;
}
</style>