Shades of Deep Cerise #D231A7
Tints of Deep Cerise #D231A7
RGB
CMYK
RGB Variations
Color information
#D231A7 (or 0xD231A7) is known color: Deep Cerise. HEX triplet: D2, 31 and A7. RGB value is (210,49,167). Sum of RGB (Red+Green+Blue) = 210+49+167=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A7 is #2DCE58. Grayscale: #6E6E6E. Windows color (decimal): -3001945 or 10957266. OLE color: 10957266.
HSL color Cylindrical-coordinate representation of color #D231A7: hue angle of 316.02º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231A7 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 167 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.18 |
| HSL | 316.02º | 0.64% | 0.51% | - |
| HSV(B) | 316.02º | 0.77% | 0.82% | - |
| XYZ | 34.65 | 18.69 | 38.34 | - |
| YUV | 110.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 167 | 0 | 0.77 | 0.20 | 0.18 | 316.02 | 0.64 | 0.51 |
| Hex | D2 | 31 | A7 | 0 | 4D | 14 | 12 | 13C | 40 | 33 |
| Octal | 322 | 61 | 247 | 0 | 115 | 24 | 22 | 474 | 100 | 63 |
| Binary | 11010010 | 110001 | 10100111 | 0 | 1001101 | 10100 | 10010 | 100111100 | 1000000 | 110011 |
Color Harmonies of #D231A7
Complementary color
Monochromatic Colors of #D231A7
Black with #D231A7
Text Example
Text Example
White with #D231A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231A7; }
p { color: rgb(210,49,167); }
H1.HeaderClassName
{
color: #D231A7;
}
.AnyTagClassName
{
color: #D231A7;
}
</style>
background-color css
<style>
a { background-color: #D231A7; }
a { background-color: rgb(210,49,167); }
div.DivClassName
{
background-color: #D231A7;
}
.BgClassName
{
background-color: #D231A7;
}
</style>
border-color css
<style>
span { border-color: #D231A7; }
span { border-color: rgb(210,49,167); }
td.TdClassName
{
border-color: #D231A7;
}
.TagClassName
{
border-color: #D231A7;
}
</style>