Shades of Cranberry #D63F70
Tints of Cranberry #D63F70
RGB
CMYK
RGB Variations
Color information
#D63F70 (or 0xD63F70) is known color: Cranberry. HEX triplet: D6, 3F and 70. RGB value is (214,63,112). Sum of RGB (Red+Green+Blue) = 214+63+112=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F70 is #29C08F. Grayscale: #717171. Windows color (decimal): -2736272 or 7356374. OLE color: 7356374.
HSL color Cylindrical-coordinate representation of color #D63F70: hue angle of 340.53º 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 #D63F70 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 112 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.16 |
| HSL | 340.53º | 0.65% | 0.54% | - |
| HSV(B) | 340.53º | 0.71% | 0.84% | - |
| XYZ | 32.43 | 19.02 | 17.29 | - |
| YUV | 113.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 112 | 0 | 0.71 | 0.48 | 0.16 | 340.53 | 0.65 | 0.54 |
| Hex | D6 | 3F | 70 | 0 | 47 | 30 | 10 | 155 | 41 | 36 |
| Octal | 326 | 77 | 160 | 0 | 107 | 60 | 20 | 525 | 101 | 66 |
| Binary | 11010110 | 111111 | 1110000 | 0 | 1000111 | 110000 | 10000 | 101010101 | 1000001 | 110110 |
Color Harmonies of #D63F70
Complementary color
Monochromatic Colors of #D63F70
Black with #D63F70
Text Example
Text Example
White with #D63F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F70; }
p { color: rgb(214,63,112); }
H1.HeaderClassName
{
color: #D63F70;
}
.AnyTagClassName
{
color: #D63F70;
}
</style>
background-color css
<style>
a { background-color: #D63F70; }
a { background-color: rgb(214,63,112); }
div.DivClassName
{
background-color: #D63F70;
}
.BgClassName
{
background-color: #D63F70;
}
</style>
border-color css
<style>
span { border-color: #D63F70; }
span { border-color: rgb(214,63,112); }
td.TdClassName
{
border-color: #D63F70;
}
.TagClassName
{
border-color: #D63F70;
}
</style>