Shades of Cranberry #D24781
Tints of Cranberry #D24781
RGB
CMYK
RGB Variations
Color information
#D24781 (or 0xD24781) is known color: Cranberry. HEX triplet: D2, 47 and 81. RGB value is (210,71,129). Sum of RGB (Red+Green+Blue) = 210+71+129=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D24781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24781 is #2DB87E. Grayscale: #777777. Windows color (decimal): -2996351 or 8472530. OLE color: 8472530.
HSL color Cylindrical-coordinate representation of color #D24781: hue angle of 334.96º 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 #D24781 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 129 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.18 |
| HSL | 334.96º | 0.61% | 0.55% | - |
| HSV(B) | 334.96º | 0.66% | 0.82% | - |
| XYZ | 32.79 | 19.79 | 22.86 | - |
| YUV | 119.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 129 | 0 | 0.66 | 0.39 | 0.18 | 334.96 | 0.61 | 0.55 |
| Hex | D2 | 47 | 81 | 0 | 42 | 27 | 12 | 14F | 3D | 37 |
| Octal | 322 | 107 | 201 | 0 | 102 | 47 | 22 | 517 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10000001 | 0 | 1000010 | 100111 | 10010 | 101001111 | 111101 | 110111 |
Color Harmonies of #D24781
Complementary color
Monochromatic Colors of #D24781
Black with #D24781
Text Example
Text Example
White with #D24781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24781; }
p { color: rgb(210,71,129); }
H1.HeaderClassName
{
color: #D24781;
}
.AnyTagClassName
{
color: #D24781;
}
</style>
background-color css
<style>
a { background-color: #D24781; }
a { background-color: rgb(210,71,129); }
div.DivClassName
{
background-color: #D24781;
}
.BgClassName
{
background-color: #D24781;
}
</style>
border-color css
<style>
span { border-color: #D24781; }
span { border-color: rgb(210,71,129); }
td.TdClassName
{
border-color: #D24781;
}
.TagClassName
{
border-color: #D24781;
}
</style>