Shades of Cranberry #D6407A
Tints of Cranberry #D6407A
RGB
CMYK
RGB Variations
Color information
#D6407A (or 0xD6407A) is known color: Cranberry. HEX triplet: D6, 40 and 7A. RGB value is (214,64,122). Sum of RGB (Red+Green+Blue) = 214+64+122=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6407A is #29BF85. Grayscale: #737373. Windows color (decimal): -2736006 or 8011990. OLE color: 8011990.
HSL color Cylindrical-coordinate representation of color #D6407A: hue angle of 336.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6407A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 122 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.16 |
| HSL | 336.8º | 0.65% | 0.55% | - |
| HSV(B) | 336.8º | 0.7% | 0.84% | - |
| XYZ | 33.08 | 19.37 | 20.41 | - |
| YUV | 115.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 122 | 0 | 0.70 | 0.43 | 0.16 | 336.8 | 0.65 | 0.55 |
| Hex | D6 | 40 | 7A | 0 | 46 | 2B | 10 | 151 | 41 | 37 |
| Octal | 326 | 100 | 172 | 0 | 106 | 53 | 20 | 521 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1111010 | 0 | 1000110 | 101011 | 10000 | 101010001 | 1000001 | 110111 |
Color Harmonies of #D6407A
Complementary color
Monochromatic Colors of #D6407A
Black with #D6407A
Text Example
Text Example
White with #D6407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6407A; }
p { color: rgb(214,64,122); }
H1.HeaderClassName
{
color: #D6407A;
}
.AnyTagClassName
{
color: #D6407A;
}
</style>
background-color css
<style>
a { background-color: #D6407A; }
a { background-color: rgb(214,64,122); }
div.DivClassName
{
background-color: #D6407A;
}
.BgClassName
{
background-color: #D6407A;
}
</style>
border-color css
<style>
span { border-color: #D6407A; }
span { border-color: rgb(214,64,122); }
td.TdClassName
{
border-color: #D6407A;
}
.TagClassName
{
border-color: #D6407A;
}
</style>