Shades of Cranberry #D1447F
Tints of Cranberry #D1447F
RGB
CMYK
RGB Variations
Color information
#D1447F (or 0xD1447F) is known color: Cranberry. HEX triplet: D1, 44 and 7F. RGB value is (209,68,127). Sum of RGB (Red+Green+Blue) = 209+68+127=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1447F is #2EBB80. Grayscale: #747474. Windows color (decimal): -3062657 or 8340689. OLE color: 8340689.
HSL color Cylindrical-coordinate representation of color #D1447F: hue angle of 334.89º 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 #D1447F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 127 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.18 |
| HSL | 334.89º | 0.61% | 0.54% | - |
| HSV(B) | 334.89º | 0.67% | 0.82% | - |
| XYZ | 32.19 | 19.22 | 22.09 | - |
| YUV | 116.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 127 | 0 | 0.67 | 0.39 | 0.18 | 334.89 | 0.61 | 0.54 |
| Hex | D1 | 44 | 7F | 0 | 43 | 27 | 12 | 14F | 3D | 36 |
| Octal | 321 | 104 | 177 | 0 | 103 | 47 | 22 | 517 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1111111 | 0 | 1000011 | 100111 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D1447F
Complementary color
Monochromatic Colors of #D1447F
Black with #D1447F
Text Example
Text Example
White with #D1447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1447F; }
p { color: rgb(209,68,127); }
H1.HeaderClassName
{
color: #D1447F;
}
.AnyTagClassName
{
color: #D1447F;
}
</style>
background-color css
<style>
a { background-color: #D1447F; }
a { background-color: rgb(209,68,127); }
div.DivClassName
{
background-color: #D1447F;
}
.BgClassName
{
background-color: #D1447F;
}
</style>
border-color css
<style>
span { border-color: #D1447F; }
span { border-color: rgb(209,68,127); }
td.TdClassName
{
border-color: #D1447F;
}
.TagClassName
{
border-color: #D1447F;
}
</style>