Shades of Cranberry #D24A7D
Tints of Cranberry #D24A7D
RGB
CMYK
RGB Variations
Color information
#D24A7D (or 0xD24A7D) is known color: Cranberry. HEX triplet: D2, 4A and 7D. RGB value is (210,74,125). Sum of RGB (Red+Green+Blue) = 210+74+125=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A7D is #2DB582. Grayscale: #787878. Windows color (decimal): -2995587 or 8211154. OLE color: 8211154.
HSL color Cylindrical-coordinate representation of color #D24A7D: hue angle of 337.5º 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 #D24A7D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 125 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.18 |
| HSL | 337.5º | 0.6% | 0.56% | - |
| HSV(B) | 337.5º | 0.65% | 0.82% | - |
| XYZ | 32.73 | 20.08 | 21.55 | - |
| YUV | 120.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 125 | 0 | 0.65 | 0.40 | 0.18 | 337.5 | 0.6 | 0.56 |
| Hex | D2 | 4A | 7D | 0 | 41 | 28 | 12 | 152 | 3C | 38 |
| Octal | 322 | 112 | 175 | 0 | 101 | 50 | 22 | 522 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1111101 | 0 | 1000001 | 101000 | 10010 | 101010010 | 111100 | 111000 |
Color Harmonies of #D24A7D
Complementary color
Monochromatic Colors of #D24A7D
Black with #D24A7D
Text Example
Text Example
White with #D24A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A7D; }
p { color: rgb(210,74,125); }
H1.HeaderClassName
{
color: #D24A7D;
}
.AnyTagClassName
{
color: #D24A7D;
}
</style>
background-color css
<style>
a { background-color: #D24A7D; }
a { background-color: rgb(210,74,125); }
div.DivClassName
{
background-color: #D24A7D;
}
.BgClassName
{
background-color: #D24A7D;
}
</style>
border-color css
<style>
span { border-color: #D24A7D; }
span { border-color: rgb(210,74,125); }
td.TdClassName
{
border-color: #D24A7D;
}
.TagClassName
{
border-color: #D24A7D;
}
</style>