Shades of Deep Cerise #DA3DA8
Tints of Deep Cerise #DA3DA8
RGB
CMYK
RGB Variations
Color information
#DA3DA8 (or 0xDA3DA8) is known color: Deep Cerise. HEX triplet: DA, 3D and A8. RGB value is (218,61,168). Sum of RGB (Red+Green+Blue) = 218+61+168=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DA8 is #25C257. Grayscale: #777777. Windows color (decimal): -2474584 or 11025882. OLE color: 11025882.
HSL color Cylindrical-coordinate representation of color #DA3DA8: hue angle of 319.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3DA8 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 168 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.15 |
| HSL | 319.11º | 0.68% | 0.55% | - |
| HSV(B) | 319.11º | 0.72% | 0.85% | - |
| XYZ | 37.65 | 21.07 | 39.13 | - |
| YUV | 120.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 168 | 0 | 0.72 | 0.23 | 0.15 | 319.11 | 0.68 | 0.55 |
| Hex | DA | 3D | A8 | 0 | 48 | 17 | F | 13F | 44 | 37 |
| Octal | 332 | 75 | 250 | 0 | 110 | 27 | 17 | 477 | 104 | 67 |
| Binary | 11011010 | 111101 | 10101000 | 0 | 1001000 | 10111 | 1111 | 100111111 | 1000100 | 110111 |
Color Harmonies of #DA3DA8
Complementary color
Monochromatic Colors of #DA3DA8
Black with #DA3DA8
Text Example
Text Example
White with #DA3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3DA8; }
p { color: rgb(218,61,168); }
H1.HeaderClassName
{
color: #DA3DA8;
}
.AnyTagClassName
{
color: #DA3DA8;
}
</style>
background-color css
<style>
a { background-color: #DA3DA8; }
a { background-color: rgb(218,61,168); }
div.DivClassName
{
background-color: #DA3DA8;
}
.BgClassName
{
background-color: #DA3DA8;
}
</style>
border-color css
<style>
span { border-color: #DA3DA8; }
span { border-color: rgb(218,61,168); }
td.TdClassName
{
border-color: #DA3DA8;
}
.TagClassName
{
border-color: #DA3DA8;
}
</style>