Shades of Cranberry #D2407A
Tints of Cranberry #D2407A
RGB
CMYK
RGB Variations
Color information
#D2407A (or 0xD2407A) is known color: Cranberry. HEX triplet: D2, 40 and 7A. RGB value is (210,64,122). Sum of RGB (Red+Green+Blue) = 210+64+122=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2407A is #2DBF85. Grayscale: #727272. Windows color (decimal): -2998150 or 8011986. OLE color: 8011986.
HSL color Cylindrical-coordinate representation of color #D2407A: hue angle of 336.16º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2407A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 122 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.18 |
| HSL | 336.16º | 0.62% | 0.54% | - |
| HSV(B) | 336.16º | 0.7% | 0.82% | - |
| XYZ | 31.92 | 18.77 | 20.35 | - |
| YUV | 114.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 122 | 0 | 0.70 | 0.42 | 0.18 | 336.16 | 0.62 | 0.54 |
| Hex | D2 | 40 | 7A | 0 | 46 | 2A | 12 | 150 | 3E | 36 |
| Octal | 322 | 100 | 172 | 0 | 106 | 52 | 22 | 520 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1111010 | 0 | 1000110 | 101010 | 10010 | 101010000 | 111110 | 110110 |
Color Harmonies of #D2407A
Complementary color
Monochromatic Colors of #D2407A
Black with #D2407A
Text Example
Text Example
White with #D2407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2407A; }
p { color: rgb(210,64,122); }
H1.HeaderClassName
{
color: #D2407A;
}
.AnyTagClassName
{
color: #D2407A;
}
</style>
background-color css
<style>
a { background-color: #D2407A; }
a { background-color: rgb(210,64,122); }
div.DivClassName
{
background-color: #D2407A;
}
.BgClassName
{
background-color: #D2407A;
}
</style>
border-color css
<style>
span { border-color: #D2407A; }
span { border-color: rgb(210,64,122); }
td.TdClassName
{
border-color: #D2407A;
}
.TagClassName
{
border-color: #D2407A;
}
</style>