Shades of Cranberry #D2467C
Tints of Cranberry #D2467C
RGB
CMYK
RGB Variations
Color information
#D2467C (or 0xD2467C) is known color: Cranberry. HEX triplet: D2, 46 and 7C. RGB value is (210,70,124). Sum of RGB (Red+Green+Blue) = 210+70+124=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2467C is #2DB983. Grayscale: #757575. Windows color (decimal): -2996612 or 8144594. OLE color: 8144594.
HSL color Cylindrical-coordinate representation of color #D2467C: hue angle of 336.86º 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 #D2467C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 124 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.18 |
| HSL | 336.86º | 0.61% | 0.55% | - |
| HSV(B) | 336.86º | 0.67% | 0.82% | - |
| XYZ | 32.41 | 19.54 | 21.13 | - |
| YUV | 118.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 124 | 0 | 0.67 | 0.41 | 0.18 | 336.86 | 0.61 | 0.55 |
| Hex | D2 | 46 | 7C | 0 | 43 | 29 | 12 | 151 | 3D | 37 |
| Octal | 322 | 106 | 174 | 0 | 103 | 51 | 22 | 521 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1111100 | 0 | 1000011 | 101001 | 10010 | 101010001 | 111101 | 110111 |
Color Harmonies of #D2467C
Complementary color
Monochromatic Colors of #D2467C
Black with #D2467C
Text Example
Text Example
White with #D2467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2467C; }
p { color: rgb(210,70,124); }
H1.HeaderClassName
{
color: #D2467C;
}
.AnyTagClassName
{
color: #D2467C;
}
</style>
background-color css
<style>
a { background-color: #D2467C; }
a { background-color: rgb(210,70,124); }
div.DivClassName
{
background-color: #D2467C;
}
.BgClassName
{
background-color: #D2467C;
}
</style>
border-color css
<style>
span { border-color: #D2467C; }
span { border-color: rgb(210,70,124); }
td.TdClassName
{
border-color: #D2467C;
}
.TagClassName
{
border-color: #D2467C;
}
</style>