Shades of Deep Cerise #D731A2
Tints of Deep Cerise #D731A2
RGB
CMYK
RGB Variations
Color information
#D731A2 (or 0xD731A2) is known color: Deep Cerise. HEX triplet: D7, 31 and A2. RGB value is (215,49,162). Sum of RGB (Red+Green+Blue) = 215+49+162=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D731A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D731A2 is #28CE5D. Grayscale: #6F6F6F. Windows color (decimal): -2674270 or 10629591. OLE color: 10629591.
HSL color Cylindrical-coordinate representation of color #D731A2: hue angle of 319.16º 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 #D731A2 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 162 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.16 |
| HSL | 319.16º | 0.67% | 0.52% | - |
| HSV(B) | 319.16º | 0.77% | 0.84% | - |
| XYZ | 35.64 | 19.25 | 36.02 | - |
| YUV | 111.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 162 | 0 | 0.77 | 0.25 | 0.16 | 319.16 | 0.67 | 0.52 |
| Hex | D7 | 31 | A2 | 0 | 4D | 19 | 10 | 13F | 43 | 34 |
| Octal | 327 | 61 | 242 | 0 | 115 | 31 | 20 | 477 | 103 | 64 |
| Binary | 11010111 | 110001 | 10100010 | 0 | 1001101 | 11001 | 10000 | 100111111 | 1000011 | 110100 |
Color Harmonies of #D731A2
Complementary color
Monochromatic Colors of #D731A2
Black with #D731A2
Text Example
Text Example
White with #D731A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731A2; }
p { color: rgb(215,49,162); }
H1.HeaderClassName
{
color: #D731A2;
}
.AnyTagClassName
{
color: #D731A2;
}
</style>
background-color css
<style>
a { background-color: #D731A2; }
a { background-color: rgb(215,49,162); }
div.DivClassName
{
background-color: #D731A2;
}
.BgClassName
{
background-color: #D731A2;
}
</style>
border-color css
<style>
span { border-color: #D731A2; }
span { border-color: rgb(215,49,162); }
td.TdClassName
{
border-color: #D731A2;
}
.TagClassName
{
border-color: #D731A2;
}
</style>