Shades of Cranberry #D1447B
Tints of Cranberry #D1447B
RGB
CMYK
RGB Variations
Color information
#D1447B (or 0xD1447B) is known color: Cranberry. HEX triplet: D1, 44 and 7B. RGB value is (209,68,123). Sum of RGB (Red+Green+Blue) = 209+68+123=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1447B is #2EBB84. Grayscale: #747474. Windows color (decimal): -3062661 or 8078545. OLE color: 8078545.
HSL color Cylindrical-coordinate representation of color #D1447B: hue angle of 336.6º 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 #D1447B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 123 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.18 |
| HSL | 336.6º | 0.61% | 0.54% | - |
| HSV(B) | 336.6º | 0.67% | 0.82% | - |
| XYZ | 31.94 | 19.12 | 20.75 | - |
| YUV | 116.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 123 | 0 | 0.67 | 0.41 | 0.18 | 336.6 | 0.61 | 0.54 |
| Hex | D1 | 44 | 7B | 0 | 43 | 29 | 12 | 151 | 3D | 36 |
| Octal | 321 | 104 | 173 | 0 | 103 | 51 | 22 | 521 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1111011 | 0 | 1000011 | 101001 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D1447B
Complementary color
Monochromatic Colors of #D1447B
Black with #D1447B
Text Example
Text Example
White with #D1447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1447B; }
p { color: rgb(209,68,123); }
H1.HeaderClassName
{
color: #D1447B;
}
.AnyTagClassName
{
color: #D1447B;
}
</style>
background-color css
<style>
a { background-color: #D1447B; }
a { background-color: rgb(209,68,123); }
div.DivClassName
{
background-color: #D1447B;
}
.BgClassName
{
background-color: #D1447B;
}
</style>
border-color css
<style>
span { border-color: #D1447B; }
span { border-color: rgb(209,68,123); }
td.TdClassName
{
border-color: #D1447B;
}
.TagClassName
{
border-color: #D1447B;
}
</style>