Shades of Cranberry #D9417C
Tints of Cranberry #D9417C
RGB
CMYK
RGB Variations
Color information
#D9417C (or 0xD9417C) is known color: Cranberry. HEX triplet: D9, 41 and 7C. RGB value is (217,65,124). Sum of RGB (Red+Green+Blue) = 217+65+124=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9417C is #26BE83. Grayscale: #757575. Windows color (decimal): -2539140 or 8143321. OLE color: 8143321.
HSL color Cylindrical-coordinate representation of color #D9417C: hue angle of 336.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9417C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 124 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.15 |
| HSL | 336.71º | 0.67% | 0.55% | - |
| HSV(B) | 336.71º | 0.7% | 0.85% | - |
| XYZ | 34.14 | 19.99 | 21.13 | - |
| YUV | 117.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 124 | 0 | 0.70 | 0.43 | 0.15 | 336.71 | 0.67 | 0.55 |
| Hex | D9 | 41 | 7C | 0 | 46 | 2B | F | 151 | 43 | 37 |
| Octal | 331 | 101 | 174 | 0 | 106 | 53 | 17 | 521 | 103 | 67 |
| Binary | 11011001 | 1000001 | 1111100 | 0 | 1000110 | 101011 | 1111 | 101010001 | 1000011 | 110111 |
Color Harmonies of #D9417C
Complementary color
Monochromatic Colors of #D9417C
Black with #D9417C
Text Example
Text Example
White with #D9417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9417C; }
p { color: rgb(217,65,124); }
H1.HeaderClassName
{
color: #D9417C;
}
.AnyTagClassName
{
color: #D9417C;
}
</style>
background-color css
<style>
a { background-color: #D9417C; }
a { background-color: rgb(217,65,124); }
div.DivClassName
{
background-color: #D9417C;
}
.BgClassName
{
background-color: #D9417C;
}
</style>
border-color css
<style>
span { border-color: #D9417C; }
span { border-color: rgb(217,65,124); }
td.TdClassName
{
border-color: #D9417C;
}
.TagClassName
{
border-color: #D9417C;
}
</style>