Shades of Cranberry #D1447A
Tints of Cranberry #D1447A
RGB
CMYK
RGB Variations
Color information
#D1447A (or 0xD1447A) is known color: Cranberry. HEX triplet: D1, 44 and 7A. RGB value is (209,68,122). Sum of RGB (Red+Green+Blue) = 209+68+122=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1447A is #2EBB85. Grayscale: #747474. Windows color (decimal): -3062662 or 8013009. OLE color: 8013009.
HSL color Cylindrical-coordinate representation of color #D1447A: hue angle of 337.02º 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 #D1447A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 122 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.18 |
| HSL | 337.02º | 0.61% | 0.54% | - |
| HSV(B) | 337.02º | 0.67% | 0.82% | - |
| XYZ | 31.87 | 19.09 | 20.42 | - |
| YUV | 116.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 122 | 0 | 0.67 | 0.42 | 0.18 | 337.02 | 0.61 | 0.54 |
| Hex | D1 | 44 | 7A | 0 | 43 | 2A | 12 | 151 | 3D | 36 |
| Octal | 321 | 104 | 172 | 0 | 103 | 52 | 22 | 521 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1111010 | 0 | 1000011 | 101010 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D1447A
Complementary color
Monochromatic Colors of #D1447A
Black with #D1447A
Text Example
Text Example
White with #D1447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1447A; }
p { color: rgb(209,68,122); }
H1.HeaderClassName
{
color: #D1447A;
}
.AnyTagClassName
{
color: #D1447A;
}
</style>
background-color css
<style>
a { background-color: #D1447A; }
a { background-color: rgb(209,68,122); }
div.DivClassName
{
background-color: #D1447A;
}
.BgClassName
{
background-color: #D1447A;
}
</style>
border-color css
<style>
span { border-color: #D1447A; }
span { border-color: rgb(209,68,122); }
td.TdClassName
{
border-color: #D1447A;
}
.TagClassName
{
border-color: #D1447A;
}
</style>