Shades of Cranberry #D6447F
Tints of Cranberry #D6447F
RGB
CMYK
RGB Variations
Color information
#D6447F (or 0xD6447F) is known color: Cranberry. HEX triplet: D6, 44 and 7F. RGB value is (214,68,127). Sum of RGB (Red+Green+Blue) = 214+68+127=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6447F is #29BB80. Grayscale: #767676. Windows color (decimal): -2734977 or 8340694. OLE color: 8340694.
HSL color Cylindrical-coordinate representation of color #D6447F: hue angle of 335.75º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6447F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 127 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.16 |
| HSL | 335.75º | 0.64% | 0.55% | - |
| HSV(B) | 335.75º | 0.68% | 0.84% | - |
| XYZ | 33.63 | 19.96 | 22.16 | - |
| YUV | 118.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 127 | 0 | 0.68 | 0.41 | 0.16 | 335.75 | 0.64 | 0.55 |
| Hex | D6 | 44 | 7F | 0 | 44 | 29 | 10 | 150 | 40 | 37 |
| Octal | 326 | 104 | 177 | 0 | 104 | 51 | 20 | 520 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1111111 | 0 | 1000100 | 101001 | 10000 | 101010000 | 1000000 | 110111 |
Color Harmonies of #D6447F
Complementary color
Monochromatic Colors of #D6447F
Black with #D6447F
Text Example
Text Example
White with #D6447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6447F; }
p { color: rgb(214,68,127); }
H1.HeaderClassName
{
color: #D6447F;
}
.AnyTagClassName
{
color: #D6447F;
}
</style>
background-color css
<style>
a { background-color: #D6447F; }
a { background-color: rgb(214,68,127); }
div.DivClassName
{
background-color: #D6447F;
}
.BgClassName
{
background-color: #D6447F;
}
</style>
border-color css
<style>
span { border-color: #D6447F; }
span { border-color: rgb(214,68,127); }
td.TdClassName
{
border-color: #D6447F;
}
.TagClassName
{
border-color: #D6447F;
}
</style>