Shades of Cranberry #D24780
Tints of Cranberry #D24780
RGB
CMYK
RGB Variations
Color information
#D24780 (or 0xD24780) is known color: Cranberry. HEX triplet: D2, 47 and 80. RGB value is (210,71,128). Sum of RGB (Red+Green+Blue) = 210+71+128=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D24780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24780 is #2DB87F. Grayscale: #767676. Windows color (decimal): -2996352 or 8406994. OLE color: 8406994.
HSL color Cylindrical-coordinate representation of color #D24780: hue angle of 335.4º degrees, saturation: 0.61, 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 #D24780 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 128 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.18 |
| HSL | 335.4º | 0.61% | 0.55% | - |
| HSV(B) | 335.4º | 0.66% | 0.82% | - |
| XYZ | 32.73 | 19.77 | 22.51 | - |
| YUV | 119.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 128 | 0 | 0.66 | 0.39 | 0.18 | 335.4 | 0.61 | 0.55 |
| Hex | D2 | 47 | 80 | 0 | 42 | 27 | 12 | 14F | 3D | 37 |
| Octal | 322 | 107 | 200 | 0 | 102 | 47 | 22 | 517 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10000000 | 0 | 1000010 | 100111 | 10010 | 101001111 | 111101 | 110111 |
Color Harmonies of #D24780
Complementary color
Monochromatic Colors of #D24780
Black with #D24780
Text Example
Text Example
White with #D24780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24780; }
p { color: rgb(210,71,128); }
H1.HeaderClassName
{
color: #D24780;
}
.AnyTagClassName
{
color: #D24780;
}
</style>
background-color css
<style>
a { background-color: #D24780; }
a { background-color: rgb(210,71,128); }
div.DivClassName
{
background-color: #D24780;
}
.BgClassName
{
background-color: #D24780;
}
</style>
border-color css
<style>
span { border-color: #D24780; }
span { border-color: rgb(210,71,128); }
td.TdClassName
{
border-color: #D24780;
}
.TagClassName
{
border-color: #D24780;
}
</style>