Shades of Cranberry #D2447D
Tints of Cranberry #D2447D
RGB
CMYK
RGB Variations
Color information
#D2447D (or 0xD2447D) is known color: Cranberry. HEX triplet: D2, 44 and 7D. RGB value is (210,68,125). Sum of RGB (Red+Green+Blue) = 210+68+125=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2447D is #2DBB82. Grayscale: #747474. Windows color (decimal): -2997123 or 8209618. OLE color: 8209618.
HSL color Cylindrical-coordinate representation of color #D2447D: hue angle of 335.92º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2447D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.18 |
| HSL | 335.92º | 0.61% | 0.55% | - |
| HSV(B) | 335.92º | 0.68% | 0.82% | - |
| XYZ | 32.35 | 19.32 | 21.43 | - |
| YUV | 116.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 125 | 0 | 0.68 | 0.40 | 0.18 | 335.92 | 0.61 | 0.55 |
| Hex | D2 | 44 | 7D | 0 | 44 | 28 | 12 | 150 | 3D | 37 |
| Octal | 322 | 104 | 175 | 0 | 104 | 50 | 22 | 520 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1111101 | 0 | 1000100 | 101000 | 10010 | 101010000 | 111101 | 110111 |
Color Harmonies of #D2447D
Complementary color
Monochromatic Colors of #D2447D
Black with #D2447D
Text Example
Text Example
White with #D2447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2447D; }
p { color: rgb(210,68,125); }
H1.HeaderClassName
{
color: #D2447D;
}
.AnyTagClassName
{
color: #D2447D;
}
</style>
background-color css
<style>
a { background-color: #D2447D; }
a { background-color: rgb(210,68,125); }
div.DivClassName
{
background-color: #D2447D;
}
.BgClassName
{
background-color: #D2447D;
}
</style>
border-color css
<style>
span { border-color: #D2447D; }
span { border-color: rgb(210,68,125); }
td.TdClassName
{
border-color: #D2447D;
}
.TagClassName
{
border-color: #D2447D;
}
</style>