Shades of Cranberry #D8407B
Tints of Cranberry #D8407B
RGB
CMYK
RGB Variations
Color information
#D8407B (or 0xD8407B) is known color: Cranberry. HEX triplet: D8, 40 and 7B. RGB value is (216,64,123). Sum of RGB (Red+Green+Blue) = 216+64+123=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8407B is #27BF84. Grayscale: #747474. Windows color (decimal): -2604933 or 8077528. OLE color: 8077528.
HSL color Cylindrical-coordinate representation of color #D8407B: hue angle of 336.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8407B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 123 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.15 |
| HSL | 336.71º | 0.66% | 0.55% | - |
| HSV(B) | 336.71º | 0.7% | 0.85% | - |
| XYZ | 33.73 | 19.7 | 20.76 | - |
| YUV | 116.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 123 | 0 | 0.70 | 0.43 | 0.15 | 336.71 | 0.66 | 0.55 |
| Hex | D8 | 40 | 7B | 0 | 46 | 2B | F | 151 | 42 | 37 |
| Octal | 330 | 100 | 173 | 0 | 106 | 53 | 17 | 521 | 102 | 67 |
| Binary | 11011000 | 1000000 | 1111011 | 0 | 1000110 | 101011 | 1111 | 101010001 | 1000010 | 110111 |
Color Harmonies of #D8407B
Complementary color
Monochromatic Colors of #D8407B
Black with #D8407B
Text Example
Text Example
White with #D8407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8407B; }
p { color: rgb(216,64,123); }
H1.HeaderClassName
{
color: #D8407B;
}
.AnyTagClassName
{
color: #D8407B;
}
</style>
background-color css
<style>
a { background-color: #D8407B; }
a { background-color: rgb(216,64,123); }
div.DivClassName
{
background-color: #D8407B;
}
.BgClassName
{
background-color: #D8407B;
}
</style>
border-color css
<style>
span { border-color: #D8407B; }
span { border-color: rgb(216,64,123); }
td.TdClassName
{
border-color: #D8407B;
}
.TagClassName
{
border-color: #D8407B;
}
</style>