Shades of Cranberry #D63E72
Tints of Cranberry #D63E72
RGB
CMYK
RGB Variations
Color information
#D63E72 (or 0xD63E72) is known color: Cranberry. HEX triplet: D6, 3E and 72. RGB value is (214,62,114). Sum of RGB (Red+Green+Blue) = 214+62+114=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E72 is #29C18D. Grayscale: #717171. Windows color (decimal): -2736526 or 7487190. OLE color: 7487190.
HSL color Cylindrical-coordinate representation of color #D63E72: hue angle of 339.47º 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 #D63E72 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 114 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.16 |
| HSL | 339.47º | 0.65% | 0.54% | - |
| HSV(B) | 339.47º | 0.71% | 0.84% | - |
| XYZ | 32.49 | 18.96 | 17.87 | - |
| YUV | 113.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 114 | 0 | 0.71 | 0.47 | 0.16 | 339.47 | 0.65 | 0.54 |
| Hex | D6 | 3E | 72 | 0 | 47 | 2F | 10 | 153 | 41 | 36 |
| Octal | 326 | 76 | 162 | 0 | 107 | 57 | 20 | 523 | 101 | 66 |
| Binary | 11010110 | 111110 | 1110010 | 0 | 1000111 | 101111 | 10000 | 101010011 | 1000001 | 110110 |
Color Harmonies of #D63E72
Complementary color
Monochromatic Colors of #D63E72
Black with #D63E72
Text Example
Text Example
White with #D63E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E72; }
p { color: rgb(214,62,114); }
H1.HeaderClassName
{
color: #D63E72;
}
.AnyTagClassName
{
color: #D63E72;
}
</style>
background-color css
<style>
a { background-color: #D63E72; }
a { background-color: rgb(214,62,114); }
div.DivClassName
{
background-color: #D63E72;
}
.BgClassName
{
background-color: #D63E72;
}
</style>
border-color css
<style>
span { border-color: #D63E72; }
span { border-color: rgb(214,62,114); }
td.TdClassName
{
border-color: #D63E72;
}
.TagClassName
{
border-color: #D63E72;
}
</style>