Shades of Cranberry #D74F84
Tints of Cranberry #D74F84
RGB
CMYK
RGB Variations
Color information
#D74F84 (or 0xD74F84) is known color: Cranberry. HEX triplet: D7, 4F and 84. RGB value is (215,79,132). Sum of RGB (Red+Green+Blue) = 215+79+132=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F84 is #28B07B. Grayscale: #7D7D7D. Windows color (decimal): -2666620 or 8671191. OLE color: 8671191.
HSL color Cylindrical-coordinate representation of color #D74F84: hue angle of 336.62º 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 #D74F84 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 132 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.16 |
| HSL | 336.62º | 0.63% | 0.58% | - |
| HSV(B) | 336.62º | 0.63% | 0.84% | - |
| XYZ | 34.99 | 21.7 | 24.18 | - |
| YUV | 125.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 132 | 0 | 0.63 | 0.39 | 0.16 | 336.62 | 0.63 | 0.58 |
| Hex | D7 | 4F | 84 | 0 | 3F | 27 | 10 | 151 | 3F | 3A |
| Octal | 327 | 117 | 204 | 0 | 77 | 47 | 20 | 521 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10000100 | 0 | 111111 | 100111 | 10000 | 101010001 | 111111 | 111010 |
Color Harmonies of #D74F84
Complementary color
Monochromatic Colors of #D74F84
Black with #D74F84
Text Example
Text Example
White with #D74F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F84; }
p { color: rgb(215,79,132); }
H1.HeaderClassName
{
color: #D74F84;
}
.AnyTagClassName
{
color: #D74F84;
}
</style>
background-color css
<style>
a { background-color: #D74F84; }
a { background-color: rgb(215,79,132); }
div.DivClassName
{
background-color: #D74F84;
}
.BgClassName
{
background-color: #D74F84;
}
</style>
border-color css
<style>
span { border-color: #D74F84; }
span { border-color: rgb(215,79,132); }
td.TdClassName
{
border-color: #D74F84;
}
.TagClassName
{
border-color: #D74F84;
}
</style>