Shades of Deep Cerise #D63982
Tints of Deep Cerise #D63982
RGB
CMYK
RGB Variations
Color information
#D63982 (or 0xD63982) is known color: Deep Cerise. HEX triplet: D6, 39 and 82. RGB value is (214,57,130). Sum of RGB (Red+Green+Blue) = 214+57+130=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63982 is #29C67D. Grayscale: #707070. Windows color (decimal): -2737790 or 8534486. OLE color: 8534486.
HSL color Cylindrical-coordinate representation of color #D63982: hue angle of 332.1º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63982 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 130 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.16 |
| HSL | 332.1º | 0.66% | 0.53% | - |
| HSV(B) | 332.1º | 0.73% | 0.84% | - |
| XYZ | 33.22 | 18.83 | 23 | - |
| YUV | 112.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 130 | 0 | 0.73 | 0.39 | 0.16 | 332.1 | 0.66 | 0.53 |
| Hex | D6 | 39 | 82 | 0 | 49 | 27 | 10 | 14C | 42 | 35 |
| Octal | 326 | 71 | 202 | 0 | 111 | 47 | 20 | 514 | 102 | 65 |
| Binary | 11010110 | 111001 | 10000010 | 0 | 1001001 | 100111 | 10000 | 101001100 | 1000010 | 110101 |
Color Harmonies of #D63982
Complementary color
Monochromatic Colors of #D63982
Black with #D63982
Text Example
Text Example
White with #D63982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63982; }
p { color: rgb(214,57,130); }
H1.HeaderClassName
{
color: #D63982;
}
.AnyTagClassName
{
color: #D63982;
}
</style>
background-color css
<style>
a { background-color: #D63982; }
a { background-color: rgb(214,57,130); }
div.DivClassName
{
background-color: #D63982;
}
.BgClassName
{
background-color: #D63982;
}
</style>
border-color css
<style>
span { border-color: #D63982; }
span { border-color: rgb(214,57,130); }
td.TdClassName
{
border-color: #D63982;
}
.TagClassName
{
border-color: #D63982;
}
</style>