Shades of Deep Cerise #D631A1
Tints of Deep Cerise #D631A1
RGB
CMYK
RGB Variations
Color information
#D631A1 (or 0xD631A1) is known color: Deep Cerise. HEX triplet: D6, 31 and A1. RGB value is (214,49,161). Sum of RGB (Red+Green+Blue) = 214+49+161=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D631A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631A1 is #29CE5E. Grayscale: #6E6E6E. Windows color (decimal): -2739807 or 10564054. OLE color: 10564054.
HSL color Cylindrical-coordinate representation of color #D631A1: hue angle of 319.27º 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 #D631A1 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 161 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.16 |
| HSL | 319.27º | 0.67% | 0.52% | - |
| HSV(B) | 319.27º | 0.77% | 0.84% | - |
| XYZ | 35.26 | 19.07 | 35.54 | - |
| YUV | 111.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 161 | 0 | 0.77 | 0.25 | 0.16 | 319.27 | 0.67 | 0.52 |
| Hex | D6 | 31 | A1 | 0 | 4D | 19 | 10 | 13F | 43 | 34 |
| Octal | 326 | 61 | 241 | 0 | 115 | 31 | 20 | 477 | 103 | 64 |
| Binary | 11010110 | 110001 | 10100001 | 0 | 1001101 | 11001 | 10000 | 100111111 | 1000011 | 110100 |
Color Harmonies of #D631A1
Complementary color
Monochromatic Colors of #D631A1
Black with #D631A1
Text Example
Text Example
White with #D631A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631A1; }
p { color: rgb(214,49,161); }
H1.HeaderClassName
{
color: #D631A1;
}
.AnyTagClassName
{
color: #D631A1;
}
</style>
background-color css
<style>
a { background-color: #D631A1; }
a { background-color: rgb(214,49,161); }
div.DivClassName
{
background-color: #D631A1;
}
.BgClassName
{
background-color: #D631A1;
}
</style>
border-color css
<style>
span { border-color: #D631A1; }
span { border-color: rgb(214,49,161); }
td.TdClassName
{
border-color: #D631A1;
}
.TagClassName
{
border-color: #D631A1;
}
</style>