Shades of Cranberry #D24A80
Tints of Cranberry #D24A80
RGB
CMYK
RGB Variations
Color information
#D24A80 (or 0xD24A80) is known color: Cranberry. HEX triplet: D2, 4A and 80. RGB value is (210,74,128). Sum of RGB (Red+Green+Blue) = 210+74+128=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A80 is #2DB57F. Grayscale: #787878. Windows color (decimal): -2995584 or 8407762. OLE color: 8407762.
HSL color Cylindrical-coordinate representation of color #D24A80: hue angle of 336.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A80 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 128 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.18 |
| HSL | 336.18º | 0.6% | 0.56% | - |
| HSV(B) | 336.18º | 0.65% | 0.82% | - |
| XYZ | 32.92 | 20.16 | 22.58 | - |
| YUV | 120.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 128 | 0 | 0.65 | 0.39 | 0.18 | 336.18 | 0.6 | 0.56 |
| Hex | D2 | 4A | 80 | 0 | 41 | 27 | 12 | 150 | 3C | 38 |
| Octal | 322 | 112 | 200 | 0 | 101 | 47 | 22 | 520 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10000000 | 0 | 1000001 | 100111 | 10010 | 101010000 | 111100 | 111000 |
Color Harmonies of #D24A80
Complementary color
Monochromatic Colors of #D24A80
Black with #D24A80
Text Example
Text Example
White with #D24A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A80; }
p { color: rgb(210,74,128); }
H1.HeaderClassName
{
color: #D24A80;
}
.AnyTagClassName
{
color: #D24A80;
}
</style>
background-color css
<style>
a { background-color: #D24A80; }
a { background-color: rgb(210,74,128); }
div.DivClassName
{
background-color: #D24A80;
}
.BgClassName
{
background-color: #D24A80;
}
</style>
border-color css
<style>
span { border-color: #D24A80; }
span { border-color: rgb(210,74,128); }
td.TdClassName
{
border-color: #D24A80;
}
.TagClassName
{
border-color: #D24A80;
}
</style>