Shades of Cranberry #D2437B
Tints of Cranberry #D2437B
RGB
CMYK
RGB Variations
Color information
#D2437B (or 0xD2437B) is known color: Cranberry. HEX triplet: D2, 43 and 7B. RGB value is (210,67,123). Sum of RGB (Red+Green+Blue) = 210+67+123=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2437B is #2DBC84. Grayscale: #747474. Windows color (decimal): -2997381 or 8078290. OLE color: 8078290.
HSL color Cylindrical-coordinate representation of color #D2437B: hue angle of 336.5º 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 #D2437B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 123 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.18 |
| HSL | 336.5º | 0.61% | 0.54% | - |
| HSV(B) | 336.5º | 0.68% | 0.82% | - |
| XYZ | 32.16 | 19.15 | 20.74 | - |
| YUV | 116.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 123 | 0 | 0.68 | 0.41 | 0.18 | 336.5 | 0.61 | 0.54 |
| Hex | D2 | 43 | 7B | 0 | 44 | 29 | 12 | 151 | 3D | 36 |
| Octal | 322 | 103 | 173 | 0 | 104 | 51 | 22 | 521 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111011 | 0 | 1000100 | 101001 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D2437B
Complementary color
Monochromatic Colors of #D2437B
Black with #D2437B
Text Example
Text Example
White with #D2437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2437B; }
p { color: rgb(210,67,123); }
H1.HeaderClassName
{
color: #D2437B;
}
.AnyTagClassName
{
color: #D2437B;
}
</style>
background-color css
<style>
a { background-color: #D2437B; }
a { background-color: rgb(210,67,123); }
div.DivClassName
{
background-color: #D2437B;
}
.BgClassName
{
background-color: #D2437B;
}
</style>
border-color css
<style>
span { border-color: #D2437B; }
span { border-color: rgb(210,67,123); }
td.TdClassName
{
border-color: #D2437B;
}
.TagClassName
{
border-color: #D2437B;
}
</style>