Shades of Cranberry #D2437A
Tints of Cranberry #D2437A
RGB
CMYK
RGB Variations
Color information
#D2437A (or 0xD2437A) is known color: Cranberry. HEX triplet: D2, 43 and 7A. RGB value is (210,67,122). Sum of RGB (Red+Green+Blue) = 210+67+122=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437A is #2DBC85. Grayscale: #737373. Windows color (decimal): -2997382 or 8012754. OLE color: 8012754.
HSL color Cylindrical-coordinate representation of color #D2437A: hue angle of 336.92º 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 #D2437A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 122 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.18 |
| HSL | 336.92º | 0.61% | 0.54% | - |
| HSV(B) | 336.92º | 0.68% | 0.82% | - |
| XYZ | 32.1 | 19.12 | 20.41 | - |
| YUV | 116.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 122 | 0 | 0.68 | 0.42 | 0.18 | 336.92 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7A | 0 | 44 | 2A | 12 | 151 | 3D | 36 |
| Octal | 322 | 103 | 172 | 0 | 104 | 52 | 22 | 521 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111010 | 0 | 1000100 | 101010 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D2437A
Complementary color
Monochromatic Colors of #D2437A
Black with #D2437A
Text Example
Text Example
White with #D2437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437A; }
p { color: rgb(210,67,122); }
H1.HeaderClassName
{
color: #D2437A;
}
.AnyTagClassName
{
color: #D2437A;
}
</style>
background-color css
<style>
a { background-color: #D2437A; }
a { background-color: rgb(210,67,122); }
div.DivClassName
{
background-color: #D2437A;
}
.BgClassName
{
background-color: #D2437A;
}
</style>
border-color css
<style>
span { border-color: #D2437A; }
span { border-color: rgb(210,67,122); }
td.TdClassName
{
border-color: #D2437A;
}
.TagClassName
{
border-color: #D2437A;
}
</style>