Shades of Deep Cerise #D63C82
Tints of Deep Cerise #D63C82
RGB
CMYK
RGB Variations
Color information
#D63C82 (or 0xD63C82) is known color: Deep Cerise. HEX triplet: D6, 3C and 82. RGB value is (214,60,130). Sum of RGB (Red+Green+Blue) = 214+60+130=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63C82 is #29C37D. Grayscale: #717171. Windows color (decimal): -2737022 or 8535254. OLE color: 8535254.
HSL color Cylindrical-coordinate representation of color #D63C82: hue angle of 332.73º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C82 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 130 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.16 |
| HSL | 332.73º | 0.65% | 0.54% | - |
| HSV(B) | 332.73º | 0.72% | 0.84% | - |
| XYZ | 33.38 | 19.14 | 23.05 | - |
| YUV | 114.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 130 | 0 | 0.72 | 0.39 | 0.16 | 332.73 | 0.65 | 0.54 |
| Hex | D6 | 3C | 82 | 0 | 48 | 27 | 10 | 14D | 41 | 36 |
| Octal | 326 | 74 | 202 | 0 | 110 | 47 | 20 | 515 | 101 | 66 |
| Binary | 11010110 | 111100 | 10000010 | 0 | 1001000 | 100111 | 10000 | 101001101 | 1000001 | 110110 |
Color Harmonies of #D63C82
Complementary color
Monochromatic Colors of #D63C82
Black with #D63C82
Text Example
Text Example
White with #D63C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C82; }
p { color: rgb(214,60,130); }
H1.HeaderClassName
{
color: #D63C82;
}
.AnyTagClassName
{
color: #D63C82;
}
</style>
background-color css
<style>
a { background-color: #D63C82; }
a { background-color: rgb(214,60,130); }
div.DivClassName
{
background-color: #D63C82;
}
.BgClassName
{
background-color: #D63C82;
}
</style>
border-color css
<style>
span { border-color: #D63C82; }
span { border-color: rgb(214,60,130); }
td.TdClassName
{
border-color: #D63C82;
}
.TagClassName
{
border-color: #D63C82;
}
</style>