Shades of Deep Cerise #D631A8
Tints of Deep Cerise #D631A8
RGB
CMYK
RGB Variations
Color information
#D631A8 (or 0xD631A8) is known color: Deep Cerise. HEX triplet: D6, 31 and A8. RGB value is (214,49,168). Sum of RGB (Red+Green+Blue) = 214+49+168=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D631A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631A8 is #29CE57. Grayscale: #6F6F6F. Windows color (decimal): -2739800 or 11022806. OLE color: 11022806.
HSL color Cylindrical-coordinate representation of color #D631A8: hue angle of 316.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 #D631A8 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 168 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.16 |
| HSL | 316.73º | 0.67% | 0.52% | - |
| HSV(B) | 316.73º | 0.77% | 0.84% | - |
| XYZ | 35.9 | 19.32 | 38.88 | - |
| YUV | 111.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 168 | 0 | 0.77 | 0.21 | 0.16 | 316.73 | 0.67 | 0.52 |
| Hex | D6 | 31 | A8 | 0 | 4D | 15 | 10 | 13D | 43 | 34 |
| Octal | 326 | 61 | 250 | 0 | 115 | 25 | 20 | 475 | 103 | 64 |
| Binary | 11010110 | 110001 | 10101000 | 0 | 1001101 | 10101 | 10000 | 100111101 | 1000011 | 110100 |
Color Harmonies of #D631A8
Complementary color
Monochromatic Colors of #D631A8
Black with #D631A8
Text Example
Text Example
White with #D631A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631A8; }
p { color: rgb(214,49,168); }
H1.HeaderClassName
{
color: #D631A8;
}
.AnyTagClassName
{
color: #D631A8;
}
</style>
background-color css
<style>
a { background-color: #D631A8; }
a { background-color: rgb(214,49,168); }
div.DivClassName
{
background-color: #D631A8;
}
.BgClassName
{
background-color: #D631A8;
}
</style>
border-color css
<style>
span { border-color: #D631A8; }
span { border-color: rgb(214,49,168); }
td.TdClassName
{
border-color: #D631A8;
}
.TagClassName
{
border-color: #D631A8;
}
</style>