Shades of Cranberry #D2417C
Tints of Cranberry #D2417C
RGB
CMYK
RGB Variations
Color information
#D2417C (or 0xD2417C) is known color: Cranberry. HEX triplet: D2, 41 and 7C. RGB value is (210,65,124). Sum of RGB (Red+Green+Blue) = 210+65+124=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2417C is #2DBE83. Grayscale: #727272. Windows color (decimal): -2997892 or 8143314. OLE color: 8143314.
HSL color Cylindrical-coordinate representation of color #D2417C: hue angle of 335.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2417C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 124 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.18 |
| HSL | 335.59º | 0.62% | 0.54% | - |
| HSV(B) | 335.59º | 0.69% | 0.82% | - |
| XYZ | 32.11 | 18.94 | 21.03 | - |
| YUV | 115.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 124 | 0 | 0.69 | 0.41 | 0.18 | 335.59 | 0.62 | 0.54 |
| Hex | D2 | 41 | 7C | 0 | 45 | 29 | 12 | 150 | 3E | 36 |
| Octal | 322 | 101 | 174 | 0 | 105 | 51 | 22 | 520 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1111100 | 0 | 1000101 | 101001 | 10010 | 101010000 | 111110 | 110110 |
Color Harmonies of #D2417C
Complementary color
Monochromatic Colors of #D2417C
Black with #D2417C
Text Example
Text Example
White with #D2417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2417C; }
p { color: rgb(210,65,124); }
H1.HeaderClassName
{
color: #D2417C;
}
.AnyTagClassName
{
color: #D2417C;
}
</style>
background-color css
<style>
a { background-color: #D2417C; }
a { background-color: rgb(210,65,124); }
div.DivClassName
{
background-color: #D2417C;
}
.BgClassName
{
background-color: #D2417C;
}
</style>
border-color css
<style>
span { border-color: #D2417C; }
span { border-color: rgb(210,65,124); }
td.TdClassName
{
border-color: #D2417C;
}
.TagClassName
{
border-color: #D2417C;
}
</style>