Shades of Cranberry #D74F89
Tints of Cranberry #D74F89
RGB
CMYK
RGB Variations
Color information
#D74F89 (or 0xD74F89) is known color: Cranberry. HEX triplet: D7, 4F and 89. RGB value is (215,79,137). Sum of RGB (Red+Green+Blue) = 215+79+137=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F89 is #28B076. Grayscale: #7E7E7E. Windows color (decimal): -2666615 or 8998871. OLE color: 8998871.
HSL color Cylindrical-coordinate representation of color #D74F89: hue angle of 334.41º 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 #D74F89 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 137 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.16 |
| HSL | 334.41º | 0.63% | 0.58% | - |
| HSV(B) | 334.41º | 0.63% | 0.84% | - |
| XYZ | 35.34 | 21.85 | 26.02 | - |
| YUV | 126.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 137 | 0 | 0.63 | 0.36 | 0.16 | 334.41 | 0.63 | 0.58 |
| Hex | D7 | 4F | 89 | 0 | 3F | 24 | 10 | 14E | 3F | 3A |
| Octal | 327 | 117 | 211 | 0 | 77 | 44 | 20 | 516 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10001001 | 0 | 111111 | 100100 | 10000 | 101001110 | 111111 | 111010 |
Color Harmonies of #D74F89
Complementary color
Monochromatic Colors of #D74F89
Black with #D74F89
Text Example
Text Example
White with #D74F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F89; }
p { color: rgb(215,79,137); }
H1.HeaderClassName
{
color: #D74F89;
}
.AnyTagClassName
{
color: #D74F89;
}
</style>
background-color css
<style>
a { background-color: #D74F89; }
a { background-color: rgb(215,79,137); }
div.DivClassName
{
background-color: #D74F89;
}
.BgClassName
{
background-color: #D74F89;
}
</style>
border-color css
<style>
span { border-color: #D74F89; }
span { border-color: rgb(215,79,137); }
td.TdClassName
{
border-color: #D74F89;
}
.TagClassName
{
border-color: #D74F89;
}
</style>