Shades of Cranberry #D0417C
Tints of Cranberry #D0417C
RGB
CMYK
RGB Variations
Color information
#D0417C (or 0xD0417C) is known color: Cranberry. HEX triplet: D0, 41 and 7C. RGB value is (208,65,124). Sum of RGB (Red+Green+Blue) = 208+65+124=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0417C is #2FBE83. Grayscale: #727272. Windows color (decimal): -3128964 or 8143312. OLE color: 8143312.
HSL color Cylindrical-coordinate representation of color #D0417C: hue angle of 335.24º degrees, saturation: 0.6, 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 #D0417C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 124 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.18 |
| HSL | 335.24º | 0.6% | 0.54% | - |
| HSV(B) | 335.24º | 0.69% | 0.82% | - |
| XYZ | 31.54 | 18.65 | 21.01 | - |
| YUV | 114.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 124 | 0 | 0.69 | 0.40 | 0.18 | 335.24 | 0.6 | 0.54 |
| Hex | D0 | 41 | 7C | 0 | 45 | 28 | 12 | 14F | 3C | 36 |
| Octal | 320 | 101 | 174 | 0 | 105 | 50 | 22 | 517 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1111100 | 0 | 1000101 | 101000 | 10010 | 101001111 | 111100 | 110110 |
Color Harmonies of #D0417C
Complementary color
Monochromatic Colors of #D0417C
Black with #D0417C
Text Example
Text Example
White with #D0417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0417C; }
p { color: rgb(208,65,124); }
H1.HeaderClassName
{
color: #D0417C;
}
.AnyTagClassName
{
color: #D0417C;
}
</style>
background-color css
<style>
a { background-color: #D0417C; }
a { background-color: rgb(208,65,124); }
div.DivClassName
{
background-color: #D0417C;
}
.BgClassName
{
background-color: #D0417C;
}
</style>
border-color css
<style>
span { border-color: #D0417C; }
span { border-color: rgb(208,65,124); }
td.TdClassName
{
border-color: #D0417C;
}
.TagClassName
{
border-color: #D0417C;
}
</style>