Shades of Deep Cerise #D730A8
Tints of Deep Cerise #D730A8
RGB
CMYK
RGB Variations
Color information
#D730A8 (or 0xD730A8) is known color: Deep Cerise. HEX triplet: D7, 30 and A8. RGB value is (215,48,168). Sum of RGB (Red+Green+Blue) = 215+48+168=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D730A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730A8 is #28CF57. Grayscale: #6F6F6F. Windows color (decimal): -2674520 or 11022551. OLE color: 11022551.
HSL color Cylindrical-coordinate representation of color #D730A8: hue angle of 316.89º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730A8 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 168 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.16 |
| HSL | 316.89º | 0.68% | 0.52% | - |
| HSV(B) | 316.89º | 0.78% | 0.84% | - |
| XYZ | 36.15 | 19.39 | 38.88 | - |
| YUV | 111.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 168 | 0 | 0.78 | 0.22 | 0.16 | 316.89 | 0.68 | 0.52 |
| Hex | D7 | 30 | A8 | 0 | 4E | 16 | 10 | 13D | 44 | 34 |
| Octal | 327 | 60 | 250 | 0 | 116 | 26 | 20 | 475 | 104 | 64 |
| Binary | 11010111 | 110000 | 10101000 | 0 | 1001110 | 10110 | 10000 | 100111101 | 1000100 | 110100 |
Color Harmonies of #D730A8
Complementary color
Monochromatic Colors of #D730A8
Black with #D730A8
Text Example
Text Example
White with #D730A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D730A8; }
p { color: rgb(215,48,168); }
H1.HeaderClassName
{
color: #D730A8;
}
.AnyTagClassName
{
color: #D730A8;
}
</style>
background-color css
<style>
a { background-color: #D730A8; }
a { background-color: rgb(215,48,168); }
div.DivClassName
{
background-color: #D730A8;
}
.BgClassName
{
background-color: #D730A8;
}
</style>
border-color css
<style>
span { border-color: #D730A8; }
span { border-color: rgb(215,48,168); }
td.TdClassName
{
border-color: #D730A8;
}
.TagClassName
{
border-color: #D730A8;
}
</style>