Shades of Deep Cerise #D63282
Tints of Deep Cerise #D63282
RGB
CMYK
RGB Variations
Color information
#D63282 (or 0xD63282) is known color: Deep Cerise. HEX triplet: D6, 32 and 82. RGB value is (214,50,130). Sum of RGB (Red+Green+Blue) = 214+50+130=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D63282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63282 is #29CD7D. Grayscale: #6C6C6C. Windows color (decimal): -2739582 or 8532694. OLE color: 8532694.
HSL color Cylindrical-coordinate representation of color #D63282: hue angle of 330.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63282 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 130 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.16 |
| HSL | 330.73º | 0.67% | 0.52% | - |
| HSV(B) | 330.73º | 0.77% | 0.84% | - |
| XYZ | 32.9 | 18.19 | 22.9 | - |
| YUV | 108.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 130 | 0 | 0.77 | 0.39 | 0.16 | 330.73 | 0.67 | 0.52 |
| Hex | D6 | 32 | 82 | 0 | 4D | 27 | 10 | 14B | 43 | 34 |
| Octal | 326 | 62 | 202 | 0 | 115 | 47 | 20 | 513 | 103 | 64 |
| Binary | 11010110 | 110010 | 10000010 | 0 | 1001101 | 100111 | 10000 | 101001011 | 1000011 | 110100 |
Color Harmonies of #D63282
Complementary color
Monochromatic Colors of #D63282
Black with #D63282
Text Example
Text Example
White with #D63282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63282; }
p { color: rgb(214,50,130); }
H1.HeaderClassName
{
color: #D63282;
}
.AnyTagClassName
{
color: #D63282;
}
</style>
background-color css
<style>
a { background-color: #D63282; }
a { background-color: rgb(214,50,130); }
div.DivClassName
{
background-color: #D63282;
}
.BgClassName
{
background-color: #D63282;
}
</style>
border-color css
<style>
span { border-color: #D63282; }
span { border-color: rgb(214,50,130); }
td.TdClassName
{
border-color: #D63282;
}
.TagClassName
{
border-color: #D63282;
}
</style>