Shades of Deep Cerise #D330A6
Tints of Deep Cerise #D330A6
RGB
CMYK
RGB Variations
Color information
#D330A6 (or 0xD330A6) is known color: Deep Cerise. HEX triplet: D3, 30 and A6. RGB value is (211,48,166). Sum of RGB (Red+Green+Blue) = 211+48+166=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D330A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330A6 is #2CCF59. Grayscale: #6D6D6D. Windows color (decimal): -2936666 or 10891475. OLE color: 10891475.
HSL color Cylindrical-coordinate representation of color #D330A6: hue angle of 316.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330A6 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 166 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.17 |
| HSL | 316.56º | 0.65% | 0.51% | - |
| HSV(B) | 316.56º | 0.77% | 0.83% | - |
| XYZ | 34.8 | 18.72 | 37.85 | - |
| YUV | 110.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 166 | 0 | 0.77 | 0.21 | 0.17 | 316.56 | 0.65 | 0.51 |
| Hex | D3 | 30 | A6 | 0 | 4D | 15 | 11 | 13D | 41 | 33 |
| Octal | 323 | 60 | 246 | 0 | 115 | 25 | 21 | 475 | 101 | 63 |
| Binary | 11010011 | 110000 | 10100110 | 0 | 1001101 | 10101 | 10001 | 100111101 | 1000001 | 110011 |
Color Harmonies of #D330A6
Complementary color
Monochromatic Colors of #D330A6
Black with #D330A6
Text Example
Text Example
White with #D330A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330A6; }
p { color: rgb(211,48,166); }
H1.HeaderClassName
{
color: #D330A6;
}
.AnyTagClassName
{
color: #D330A6;
}
</style>
background-color css
<style>
a { background-color: #D330A6; }
a { background-color: rgb(211,48,166); }
div.DivClassName
{
background-color: #D330A6;
}
.BgClassName
{
background-color: #D330A6;
}
</style>
border-color css
<style>
span { border-color: #D330A6; }
span { border-color: rgb(211,48,166); }
td.TdClassName
{
border-color: #D330A6;
}
.TagClassName
{
border-color: #D330A6;
}
</style>