Shades of Cranberry #D24A7B
Tints of Cranberry #D24A7B
RGB
CMYK
RGB Variations
Color information
#D24A7B (or 0xD24A7B) is known color: Cranberry. HEX triplet: D2, 4A and 7B. RGB value is (210,74,123). Sum of RGB (Red+Green+Blue) = 210+74+123=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A7B is #2DB584. Grayscale: #787878. Windows color (decimal): -2995589 or 8080082. OLE color: 8080082.
HSL color Cylindrical-coordinate representation of color #D24A7B: hue angle of 338.38º 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 #D24A7B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 123 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.18 |
| HSL | 338.38º | 0.6% | 0.56% | - |
| HSV(B) | 338.38º | 0.65% | 0.82% | - |
| XYZ | 32.6 | 20.03 | 20.89 | - |
| YUV | 120.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 123 | 0 | 0.65 | 0.41 | 0.18 | 338.38 | 0.6 | 0.56 |
| Hex | D2 | 4A | 7B | 0 | 41 | 29 | 12 | 152 | 3C | 38 |
| Octal | 322 | 112 | 173 | 0 | 101 | 51 | 22 | 522 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1111011 | 0 | 1000001 | 101001 | 10010 | 101010010 | 111100 | 111000 |
Color Harmonies of #D24A7B
Complementary color
Monochromatic Colors of #D24A7B
Black with #D24A7B
Text Example
Text Example
White with #D24A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A7B; }
p { color: rgb(210,74,123); }
H1.HeaderClassName
{
color: #D24A7B;
}
.AnyTagClassName
{
color: #D24A7B;
}
</style>
background-color css
<style>
a { background-color: #D24A7B; }
a { background-color: rgb(210,74,123); }
div.DivClassName
{
background-color: #D24A7B;
}
.BgClassName
{
background-color: #D24A7B;
}
</style>
border-color css
<style>
span { border-color: #D24A7B; }
span { border-color: rgb(210,74,123); }
td.TdClassName
{
border-color: #D24A7B;
}
.TagClassName
{
border-color: #D24A7B;
}
</style>