Shades of Deep Cerise #D930A2
Tints of Deep Cerise #D930A2
RGB
CMYK
RGB Variations
Color information
#D930A2 (or 0xD930A2) is known color: Deep Cerise. HEX triplet: D9, 30 and A2. RGB value is (217,48,162). Sum of RGB (Red+Green+Blue) = 217+48+162=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D930A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930A2 is #26CF5D. Grayscale: #6F6F6F. Windows color (decimal): -2543454 or 10629337. OLE color: 10629337.
HSL color Cylindrical-coordinate representation of color #D930A2: hue angle of 319.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D930A2 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 162 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.15 |
| HSL | 319.53º | 0.69% | 0.52% | - |
| HSV(B) | 319.53º | 0.78% | 0.85% | - |
| XYZ | 36.19 | 19.47 | 36.03 | - |
| YUV | 111.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 162 | 0 | 0.78 | 0.25 | 0.15 | 319.53 | 0.69 | 0.52 |
| Hex | D9 | 30 | A2 | 0 | 4E | 19 | F | 140 | 45 | 34 |
| Octal | 331 | 60 | 242 | 0 | 116 | 31 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 110000 | 10100010 | 0 | 1001110 | 11001 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D930A2
Complementary color
Monochromatic Colors of #D930A2
Black with #D930A2
Text Example
Text Example
White with #D930A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D930A2; }
p { color: rgb(217,48,162); }
H1.HeaderClassName
{
color: #D930A2;
}
.AnyTagClassName
{
color: #D930A2;
}
</style>
background-color css
<style>
a { background-color: #D930A2; }
a { background-color: rgb(217,48,162); }
div.DivClassName
{
background-color: #D930A2;
}
.BgClassName
{
background-color: #D930A2;
}
</style>
border-color css
<style>
span { border-color: #D930A2; }
span { border-color: rgb(217,48,162); }
td.TdClassName
{
border-color: #D930A2;
}
.TagClassName
{
border-color: #D930A2;
}
</style>