Shades of Deep Cerise #DA309A
Tints of Deep Cerise #DA309A
RGB
CMYK
RGB Variations
Color information
#DA309A (or 0xDA309A) is known color: Deep Cerise. HEX triplet: DA, 30 and 9A. RGB value is (218,48,154). Sum of RGB (Red+Green+Blue) = 218+48+154=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA309A is #25CF65. Grayscale: #6E6E6E. Windows color (decimal): -2477926 or 10105050. OLE color: 10105050.
HSL color Cylindrical-coordinate representation of color #DA309A: hue angle of 322.59º degrees, saturation: 0.7, 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 #DA309A is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 154 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.15 |
| HSL | 322.59º | 0.7% | 0.52% | - |
| HSV(B) | 322.59º | 0.78% | 0.85% | - |
| XYZ | 35.8 | 19.35 | 32.42 | - |
| YUV | 110.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 154 | 0 | 0.78 | 0.29 | 0.15 | 322.59 | 0.7 | 0.52 |
| Hex | DA | 30 | 9A | 0 | 4E | 1D | F | 143 | 46 | 34 |
| Octal | 332 | 60 | 232 | 0 | 116 | 35 | 17 | 503 | 106 | 64 |
| Binary | 11011010 | 110000 | 10011010 | 0 | 1001110 | 11101 | 1111 | 101000011 | 1000110 | 110100 |
Color Harmonies of #DA309A
Complementary color
Monochromatic Colors of #DA309A
Black with #DA309A
Text Example
Text Example
White with #DA309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA309A; }
p { color: rgb(218,48,154); }
H1.HeaderClassName
{
color: #DA309A;
}
.AnyTagClassName
{
color: #DA309A;
}
</style>
background-color css
<style>
a { background-color: #DA309A; }
a { background-color: rgb(218,48,154); }
div.DivClassName
{
background-color: #DA309A;
}
.BgClassName
{
background-color: #DA309A;
}
</style>
border-color css
<style>
span { border-color: #DA309A; }
span { border-color: rgb(218,48,154); }
td.TdClassName
{
border-color: #DA309A;
}
.TagClassName
{
border-color: #DA309A;
}
</style>