Shades of Cranberry #D24577
Tints of Cranberry #D24577
RGB
CMYK
RGB Variations
Color information
#D24577 (or 0xD24577) is known color: Cranberry. HEX triplet: D2, 45 and 77. RGB value is (210,69,119). Sum of RGB (Red+Green+Blue) = 210+69+119=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24577 is #2DBA88. Grayscale: #747474. Windows color (decimal): -2996873 or 7816658. OLE color: 7816658.
HSL color Cylindrical-coordinate representation of color #D24577: hue angle of 338.72º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24577 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 119 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.18 |
| HSL | 338.72º | 0.61% | 0.55% | - |
| HSV(B) | 338.72º | 0.67% | 0.82% | - |
| XYZ | 32.04 | 19.29 | 19.49 | - |
| YUV | 116.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 119 | 0 | 0.67 | 0.43 | 0.18 | 338.72 | 0.61 | 0.55 |
| Hex | D2 | 45 | 77 | 0 | 43 | 2B | 12 | 153 | 3D | 37 |
| Octal | 322 | 105 | 167 | 0 | 103 | 53 | 22 | 523 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1110111 | 0 | 1000011 | 101011 | 10010 | 101010011 | 111101 | 110111 |
Color Harmonies of #D24577
Complementary color
Monochromatic Colors of #D24577
Black with #D24577
Text Example
Text Example
White with #D24577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24577; }
p { color: rgb(210,69,119); }
H1.HeaderClassName
{
color: #D24577;
}
.AnyTagClassName
{
color: #D24577;
}
</style>
background-color css
<style>
a { background-color: #D24577; }
a { background-color: rgb(210,69,119); }
div.DivClassName
{
background-color: #D24577;
}
.BgClassName
{
background-color: #D24577;
}
</style>
border-color css
<style>
span { border-color: #D24577; }
span { border-color: rgb(210,69,119); }
td.TdClassName
{
border-color: #D24577;
}
.TagClassName
{
border-color: #D24577;
}
</style>