Shades of Cranberry #D6407B
Tints of Cranberry #D6407B
RGB
CMYK
RGB Variations
Color information
#D6407B (or 0xD6407B) is known color: Cranberry. HEX triplet: D6, 40 and 7B. RGB value is (214,64,123). Sum of RGB (Red+Green+Blue) = 214+64+123=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6407B is #29BF84. Grayscale: #737373. Windows color (decimal): -2736005 or 8077526. OLE color: 8077526.
HSL color Cylindrical-coordinate representation of color #D6407B: hue angle of 336.4º 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 #D6407B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 123 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.16 |
| HSL | 336.4º | 0.65% | 0.55% | - |
| HSV(B) | 336.4º | 0.7% | 0.84% | - |
| XYZ | 33.14 | 19.39 | 20.74 | - |
| YUV | 115.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 123 | 0 | 0.70 | 0.43 | 0.16 | 336.4 | 0.65 | 0.55 |
| Hex | D6 | 40 | 7B | 0 | 46 | 2B | 10 | 150 | 41 | 37 |
| Octal | 326 | 100 | 173 | 0 | 106 | 53 | 20 | 520 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1111011 | 0 | 1000110 | 101011 | 10000 | 101010000 | 1000001 | 110111 |
Color Harmonies of #D6407B
Complementary color
Monochromatic Colors of #D6407B
Black with #D6407B
Text Example
Text Example
White with #D6407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6407B; }
p { color: rgb(214,64,123); }
H1.HeaderClassName
{
color: #D6407B;
}
.AnyTagClassName
{
color: #D6407B;
}
</style>
background-color css
<style>
a { background-color: #D6407B; }
a { background-color: rgb(214,64,123); }
div.DivClassName
{
background-color: #D6407B;
}
.BgClassName
{
background-color: #D6407B;
}
</style>
border-color css
<style>
span { border-color: #D6407B; }
span { border-color: rgb(214,64,123); }
td.TdClassName
{
border-color: #D6407B;
}
.TagClassName
{
border-color: #D6407B;
}
</style>