Shades of Cranberry #D2437E
Tints of Cranberry #D2437E
RGB
CMYK
RGB Variations
Color information
#D2437E (or 0xD2437E) is known color: Cranberry. HEX triplet: D2, 43 and 7E. RGB value is (210,67,126). Sum of RGB (Red+Green+Blue) = 210+67+126=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437E is #2DBC81. Grayscale: #747474. Windows color (decimal): -2997378 or 8274898. OLE color: 8274898.
HSL color Cylindrical-coordinate representation of color #D2437E: hue angle of 335.24º 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 #D2437E is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 126 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.18 |
| HSL | 335.24º | 0.61% | 0.54% | - |
| HSV(B) | 335.24º | 0.68% | 0.82% | - |
| XYZ | 32.35 | 19.22 | 21.74 | - |
| YUV | 116.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 126 | 0 | 0.68 | 0.4 | 0.18 | 335.24 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7E | 0 | 44 | 28 | 12 | 14F | 3D | 36 |
| Octal | 322 | 103 | 176 | 0 | 104 | 50 | 22 | 517 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111110 | 0 | 1000100 | 101000 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D2437E
Complementary color
Monochromatic Colors of #D2437E
Black with #D2437E
Text Example
Text Example
White with #D2437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437E; }
p { color: rgb(210,67,126); }
H1.HeaderClassName
{
color: #D2437E;
}
.AnyTagClassName
{
color: #D2437E;
}
</style>
background-color css
<style>
a { background-color: #D2437E; }
a { background-color: rgb(210,67,126); }
div.DivClassName
{
background-color: #D2437E;
}
.BgClassName
{
background-color: #D2437E;
}
</style>
border-color css
<style>
span { border-color: #D2437E; }
span { border-color: rgb(210,67,126); }
td.TdClassName
{
border-color: #D2437E;
}
.TagClassName
{
border-color: #D2437E;
}
</style>