Shades of Cranberry #D2417B
Tints of Cranberry #D2417B
RGB
CMYK
RGB Variations
Color information
#D2417B (or 0xD2417B) is known color: Cranberry. HEX triplet: D2, 41 and 7B. RGB value is (210,65,123). Sum of RGB (Red+Green+Blue) = 210+65+123=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2417B is #2DBE84. Grayscale: #727272. Windows color (decimal): -2997893 or 8077778. OLE color: 8077778.
HSL color Cylindrical-coordinate representation of color #D2417B: hue angle of 336º 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 #D2417B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 123 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.18 |
| HSL | 336º | 0.62% | 0.54% | - |
| HSV(B) | 336º | 0.69% | 0.82% | - |
| XYZ | 32.04 | 18.91 | 20.7 | - |
| YUV | 114.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 123 | 0 | 0.69 | 0.41 | 0.18 | 336 | 0.62 | 0.54 |
| Hex | D2 | 41 | 7B | 0 | 45 | 29 | 12 | 150 | 3E | 36 |
| Octal | 322 | 101 | 173 | 0 | 105 | 51 | 22 | 520 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1111011 | 0 | 1000101 | 101001 | 10010 | 101010000 | 111110 | 110110 |
Color Harmonies of #D2417B
Complementary color
Monochromatic Colors of #D2417B
Black with #D2417B
Text Example
Text Example
White with #D2417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2417B; }
p { color: rgb(210,65,123); }
H1.HeaderClassName
{
color: #D2417B;
}
.AnyTagClassName
{
color: #D2417B;
}
</style>
background-color css
<style>
a { background-color: #D2417B; }
a { background-color: rgb(210,65,123); }
div.DivClassName
{
background-color: #D2417B;
}
.BgClassName
{
background-color: #D2417B;
}
</style>
border-color css
<style>
span { border-color: #D2417B; }
span { border-color: rgb(210,65,123); }
td.TdClassName
{
border-color: #D2417B;
}
.TagClassName
{
border-color: #D2417B;
}
</style>