Shades of Deep Cerise #DA3299
Tints of Deep Cerise #DA3299
RGB
CMYK
RGB Variations
Color information
#DA3299 (or 0xDA3299) is known color: Deep Cerise. HEX triplet: DA, 32 and 99. RGB value is (218,50,153). Sum of RGB (Red+Green+Blue) = 218+50+153=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3299 is #25CD66. Grayscale: #6F6F6F. Windows color (decimal): -2477415 or 10040026. OLE color: 10040026.
HSL color Cylindrical-coordinate representation of color #DA3299: hue angle of 323.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3299 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 153 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.15 |
| HSL | 323.21º | 0.69% | 0.53% | - |
| HSV(B) | 323.21º | 0.77% | 0.85% | - |
| XYZ | 35.8 | 19.49 | 32.01 | - |
| YUV | 111.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 153 | 0 | 0.77 | 0.30 | 0.15 | 323.21 | 0.69 | 0.53 |
| Hex | DA | 32 | 99 | 0 | 4D | 1E | F | 143 | 45 | 35 |
| Octal | 332 | 62 | 231 | 0 | 115 | 36 | 17 | 503 | 105 | 65 |
| Binary | 11011010 | 110010 | 10011001 | 0 | 1001101 | 11110 | 1111 | 101000011 | 1000101 | 110101 |
Color Harmonies of #DA3299
Complementary color
Monochromatic Colors of #DA3299
Black with #DA3299
Text Example
Text Example
White with #DA3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3299; }
p { color: rgb(218,50,153); }
H1.HeaderClassName
{
color: #DA3299;
}
.AnyTagClassName
{
color: #DA3299;
}
</style>
background-color css
<style>
a { background-color: #DA3299; }
a { background-color: rgb(218,50,153); }
div.DivClassName
{
background-color: #DA3299;
}
.BgClassName
{
background-color: #DA3299;
}
</style>
border-color css
<style>
span { border-color: #DA3299; }
span { border-color: rgb(218,50,153); }
td.TdClassName
{
border-color: #DA3299;
}
.TagClassName
{
border-color: #DA3299;
}
</style>