Shades of Cranberry #D04780
Tints of Cranberry #D04780
RGB
CMYK
RGB Variations
Color information
#D04780 (or 0xD04780) is known color: Cranberry. HEX triplet: D0, 47 and 80. RGB value is (208,71,128). Sum of RGB (Red+Green+Blue) = 208+71+128=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04780 is #2FB87F. Grayscale: #767676. Windows color (decimal): -3127424 or 8406992. OLE color: 8406992.
HSL color Cylindrical-coordinate representation of color #D04780: hue angle of 335.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04780 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 128 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.18 |
| HSL | 335.04º | 0.59% | 0.55% | - |
| HSV(B) | 335.04º | 0.66% | 0.82% | - |
| XYZ | 32.16 | 19.47 | 22.49 | - |
| YUV | 118.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 128 | 0 | 0.66 | 0.38 | 0.18 | 335.04 | 0.59 | 0.55 |
| Hex | D0 | 47 | 80 | 0 | 42 | 26 | 12 | 14F | 3B | 37 |
| Octal | 320 | 107 | 200 | 0 | 102 | 46 | 22 | 517 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10000000 | 0 | 1000010 | 100110 | 10010 | 101001111 | 111011 | 110111 |
Color Harmonies of #D04780
Complementary color
Monochromatic Colors of #D04780
Black with #D04780
Text Example
Text Example
White with #D04780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04780; }
p { color: rgb(208,71,128); }
H1.HeaderClassName
{
color: #D04780;
}
.AnyTagClassName
{
color: #D04780;
}
</style>
background-color css
<style>
a { background-color: #D04780; }
a { background-color: rgb(208,71,128); }
div.DivClassName
{
background-color: #D04780;
}
.BgClassName
{
background-color: #D04780;
}
</style>
border-color css
<style>
span { border-color: #D04780; }
span { border-color: rgb(208,71,128); }
td.TdClassName
{
border-color: #D04780;
}
.TagClassName
{
border-color: #D04780;
}
</style>