Shades of Deep Cerise #D63A82
Tints of Deep Cerise #D63A82
RGB
CMYK
RGB Variations
Color information
#D63A82 (or 0xD63A82) is known color: Deep Cerise. HEX triplet: D6, 3A and 82. RGB value is (214,58,130). Sum of RGB (Red+Green+Blue) = 214+58+130=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A82 is #29C57D. Grayscale: #707070. Windows color (decimal): -2737534 or 8534742. OLE color: 8534742.
HSL color Cylindrical-coordinate representation of color #D63A82: hue angle of 332.31º 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 #D63A82 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 130 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.16 |
| HSL | 332.31º | 0.66% | 0.53% | - |
| HSV(B) | 332.31º | 0.73% | 0.84% | - |
| XYZ | 33.27 | 18.93 | 23.02 | - |
| YUV | 112.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 130 | 0 | 0.73 | 0.39 | 0.16 | 332.31 | 0.66 | 0.53 |
| Hex | D6 | 3A | 82 | 0 | 49 | 27 | 10 | 14C | 42 | 35 |
| Octal | 326 | 72 | 202 | 0 | 111 | 47 | 20 | 514 | 102 | 65 |
| Binary | 11010110 | 111010 | 10000010 | 0 | 1001001 | 100111 | 10000 | 101001100 | 1000010 | 110101 |
Color Harmonies of #D63A82
Complementary color
Monochromatic Colors of #D63A82
Black with #D63A82
Text Example
Text Example
White with #D63A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A82; }
p { color: rgb(214,58,130); }
H1.HeaderClassName
{
color: #D63A82;
}
.AnyTagClassName
{
color: #D63A82;
}
</style>
background-color css
<style>
a { background-color: #D63A82; }
a { background-color: rgb(214,58,130); }
div.DivClassName
{
background-color: #D63A82;
}
.BgClassName
{
background-color: #D63A82;
}
</style>
border-color css
<style>
span { border-color: #D63A82; }
span { border-color: rgb(214,58,130); }
td.TdClassName
{
border-color: #D63A82;
}
.TagClassName
{
border-color: #D63A82;
}
</style>