Shades of Cranberry #D2437C
Tints of Cranberry #D2437C
RGB
CMYK
RGB Variations
Color information
#D2437C (or 0xD2437C) is known color: Cranberry. HEX triplet: D2, 43 and 7C. RGB value is (210,67,124). Sum of RGB (Red+Green+Blue) = 210+67+124=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437C is #2DBC83. Grayscale: #747474. Windows color (decimal): -2997380 or 8143826. OLE color: 8143826.
HSL color Cylindrical-coordinate representation of color #D2437C: hue angle of 336.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2437C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 124 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.18 |
| HSL | 336.08º | 0.61% | 0.54% | - |
| HSV(B) | 336.08º | 0.68% | 0.82% | - |
| XYZ | 32.22 | 19.17 | 21.07 | - |
| YUV | 116.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 124 | 0 | 0.68 | 0.41 | 0.18 | 336.08 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7C | 0 | 44 | 29 | 12 | 150 | 3D | 36 |
| Octal | 322 | 103 | 174 | 0 | 104 | 51 | 22 | 520 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111100 | 0 | 1000100 | 101001 | 10010 | 101010000 | 111101 | 110110 |
Color Harmonies of #D2437C
Complementary color
Monochromatic Colors of #D2437C
Black with #D2437C
Text Example
Text Example
White with #D2437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437C; }
p { color: rgb(210,67,124); }
H1.HeaderClassName
{
color: #D2437C;
}
.AnyTagClassName
{
color: #D2437C;
}
</style>
background-color css
<style>
a { background-color: #D2437C; }
a { background-color: rgb(210,67,124); }
div.DivClassName
{
background-color: #D2437C;
}
.BgClassName
{
background-color: #D2437C;
}
</style>
border-color css
<style>
span { border-color: #D2437C; }
span { border-color: rgb(210,67,124); }
td.TdClassName
{
border-color: #D2437C;
}
.TagClassName
{
border-color: #D2437C;
}
</style>