Shades of Cranberry #D1447E
Tints of Cranberry #D1447E
RGB
CMYK
RGB Variations
Color information
#D1447E (or 0xD1447E) is known color: Cranberry. HEX triplet: D1, 44 and 7E. RGB value is (209,68,126). Sum of RGB (Red+Green+Blue) = 209+68+126=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1447E is #2EBB81. Grayscale: #747474. Windows color (decimal): -3062658 or 8275153. OLE color: 8275153.
HSL color Cylindrical-coordinate representation of color #D1447E: hue angle of 335.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1447E is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 126 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.18 |
| HSL | 335.32º | 0.61% | 0.54% | - |
| HSV(B) | 335.32º | 0.67% | 0.82% | - |
| XYZ | 32.13 | 19.2 | 21.75 | - |
| YUV | 116.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 126 | 0 | 0.67 | 0.40 | 0.18 | 335.32 | 0.61 | 0.54 |
| Hex | D1 | 44 | 7E | 0 | 43 | 28 | 12 | 14F | 3D | 36 |
| Octal | 321 | 104 | 176 | 0 | 103 | 50 | 22 | 517 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1111110 | 0 | 1000011 | 101000 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D1447E
Complementary color
Monochromatic Colors of #D1447E
Black with #D1447E
Text Example
Text Example
White with #D1447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1447E; }
p { color: rgb(209,68,126); }
H1.HeaderClassName
{
color: #D1447E;
}
.AnyTagClassName
{
color: #D1447E;
}
</style>
background-color css
<style>
a { background-color: #D1447E; }
a { background-color: rgb(209,68,126); }
div.DivClassName
{
background-color: #D1447E;
}
.BgClassName
{
background-color: #D1447E;
}
</style>
border-color css
<style>
span { border-color: #D1447E; }
span { border-color: rgb(209,68,126); }
td.TdClassName
{
border-color: #D1447E;
}
.TagClassName
{
border-color: #D1447E;
}
</style>