Shades of Cranberry #D2437F
Tints of Cranberry #D2437F
RGB
CMYK
RGB Variations
Color information
#D2437F (or 0xD2437F) is known color: Cranberry. HEX triplet: D2, 43 and 7F. RGB value is (210,67,127). Sum of RGB (Red+Green+Blue) = 210+67+127=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437F is #2DBC80. Grayscale: #747474. Windows color (decimal): -2997377 or 8340434. OLE color: 8340434.
HSL color Cylindrical-coordinate representation of color #D2437F: hue angle of 334.83º 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 #D2437F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 127 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.18 |
| HSL | 334.83º | 0.61% | 0.54% | - |
| HSV(B) | 334.83º | 0.68% | 0.82% | - |
| XYZ | 32.42 | 19.25 | 22.09 | - |
| YUV | 116.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 127 | 0 | 0.68 | 0.40 | 0.18 | 334.83 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7F | 0 | 44 | 28 | 12 | 14F | 3D | 36 |
| Octal | 322 | 103 | 177 | 0 | 104 | 50 | 22 | 517 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111111 | 0 | 1000100 | 101000 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D2437F
Complementary color
Monochromatic Colors of #D2437F
Black with #D2437F
Text Example
Text Example
White with #D2437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437F; }
p { color: rgb(210,67,127); }
H1.HeaderClassName
{
color: #D2437F;
}
.AnyTagClassName
{
color: #D2437F;
}
</style>
background-color css
<style>
a { background-color: #D2437F; }
a { background-color: rgb(210,67,127); }
div.DivClassName
{
background-color: #D2437F;
}
.BgClassName
{
background-color: #D2437F;
}
</style>
border-color css
<style>
span { border-color: #D2437F; }
span { border-color: rgb(210,67,127); }
td.TdClassName
{
border-color: #D2437F;
}
.TagClassName
{
border-color: #D2437F;
}
</style>