Shades of Cranberry #D04079
Tints of Cranberry #D04079
RGB
CMYK
RGB Variations
Color information
#D04079 (or 0xD04079) is known color: Cranberry. HEX triplet: D0, 40 and 79. RGB value is (208,64,121). Sum of RGB (Red+Green+Blue) = 208+64+121=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04079 is #2FBF86. Grayscale: #717171. Windows color (decimal): -3129223 or 7946448. OLE color: 7946448.
HSL color Cylindrical-coordinate representation of color #D04079: hue angle of 336.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04079 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 121 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.18 |
| HSL | 336.25º | 0.61% | 0.53% | - |
| HSV(B) | 336.25º | 0.69% | 0.82% | - |
| XYZ | 31.3 | 18.46 | 20 | - |
| YUV | 113.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 121 | 0 | 0.69 | 0.42 | 0.18 | 336.25 | 0.61 | 0.53 |
| Hex | D0 | 40 | 79 | 0 | 45 | 2A | 12 | 150 | 3D | 35 |
| Octal | 320 | 100 | 171 | 0 | 105 | 52 | 22 | 520 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1111001 | 0 | 1000101 | 101010 | 10010 | 101010000 | 111101 | 110101 |
Color Harmonies of #D04079
Complementary color
Monochromatic Colors of #D04079
Black with #D04079
Text Example
Text Example
White with #D04079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04079; }
p { color: rgb(208,64,121); }
H1.HeaderClassName
{
color: #D04079;
}
.AnyTagClassName
{
color: #D04079;
}
</style>
background-color css
<style>
a { background-color: #D04079; }
a { background-color: rgb(208,64,121); }
div.DivClassName
{
background-color: #D04079;
}
.BgClassName
{
background-color: #D04079;
}
</style>
border-color css
<style>
span { border-color: #D04079; }
span { border-color: rgb(208,64,121); }
td.TdClassName
{
border-color: #D04079;
}
.TagClassName
{
border-color: #D04079;
}
</style>