Shades of Cranberry #D2437D
Tints of Cranberry #D2437D
RGB
CMYK
RGB Variations
Color information
#D2437D (or 0xD2437D) is known color: Cranberry. HEX triplet: D2, 43 and 7D. RGB value is (210,67,125). Sum of RGB (Red+Green+Blue) = 210+67+125=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437D is #2DBC82. Grayscale: #747474. Windows color (decimal): -2997379 or 8209362. OLE color: 8209362.
HSL color Cylindrical-coordinate representation of color #D2437D: hue angle of 335.66º 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 #D2437D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.18 |
| HSL | 335.66º | 0.61% | 0.54% | - |
| HSV(B) | 335.66º | 0.68% | 0.82% | - |
| XYZ | 32.29 | 19.2 | 21.41 | - |
| YUV | 116.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 125 | 0 | 0.68 | 0.40 | 0.18 | 335.66 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7D | 0 | 44 | 28 | 12 | 150 | 3D | 36 |
| Octal | 322 | 103 | 175 | 0 | 104 | 50 | 22 | 520 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111101 | 0 | 1000100 | 101000 | 10010 | 101010000 | 111101 | 110110 |
Color Harmonies of #D2437D
Complementary color
Monochromatic Colors of #D2437D
Black with #D2437D
Text Example
Text Example
White with #D2437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437D; }
p { color: rgb(210,67,125); }
H1.HeaderClassName
{
color: #D2437D;
}
.AnyTagClassName
{
color: #D2437D;
}
</style>
background-color css
<style>
a { background-color: #D2437D; }
a { background-color: rgb(210,67,125); }
div.DivClassName
{
background-color: #D2437D;
}
.BgClassName
{
background-color: #D2437D;
}
</style>
border-color css
<style>
span { border-color: #D2437D; }
span { border-color: rgb(210,67,125); }
td.TdClassName
{
border-color: #D2437D;
}
.TagClassName
{
border-color: #D2437D;
}
</style>