Shades of Cranberry #D63F71
Tints of Cranberry #D63F71
RGB
CMYK
RGB Variations
Color information
#D63F71 (or 0xD63F71) is known color: Cranberry. HEX triplet: D6, 3F and 71. RGB value is (214,63,113). Sum of RGB (Red+Green+Blue) = 214+63+113=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F71 is #29C08E. Grayscale: #717171. Windows color (decimal): -2736271 or 7421910. OLE color: 7421910.
HSL color Cylindrical-coordinate representation of color #D63F71: hue angle of 340.13º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F71 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 113 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.16 |
| HSL | 340.13º | 0.65% | 0.54% | - |
| HSV(B) | 340.13º | 0.71% | 0.84% | - |
| XYZ | 32.49 | 19.04 | 17.59 | - |
| YUV | 113.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 113 | 0 | 0.71 | 0.47 | 0.16 | 340.13 | 0.65 | 0.54 |
| Hex | D6 | 3F | 71 | 0 | 47 | 2F | 10 | 154 | 41 | 36 |
| Octal | 326 | 77 | 161 | 0 | 107 | 57 | 20 | 524 | 101 | 66 |
| Binary | 11010110 | 111111 | 1110001 | 0 | 1000111 | 101111 | 10000 | 101010100 | 1000001 | 110110 |
Color Harmonies of #D63F71
Complementary color
Monochromatic Colors of #D63F71
Black with #D63F71
Text Example
Text Example
White with #D63F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F71; }
p { color: rgb(214,63,113); }
H1.HeaderClassName
{
color: #D63F71;
}
.AnyTagClassName
{
color: #D63F71;
}
</style>
background-color css
<style>
a { background-color: #D63F71; }
a { background-color: rgb(214,63,113); }
div.DivClassName
{
background-color: #D63F71;
}
.BgClassName
{
background-color: #D63F71;
}
</style>
border-color css
<style>
span { border-color: #D63F71; }
span { border-color: rgb(214,63,113); }
td.TdClassName
{
border-color: #D63F71;
}
.TagClassName
{
border-color: #D63F71;
}
</style>