Shades of Deep Magenta #DA24CB
Tints of Deep Magenta #DA24CB
RGB
CMYK
RGB Variations
Color information
#DA24CB (or 0xDA24CB) is known color: Deep Magenta. HEX triplet: DA, 24 and CB. RGB value is (218,36,203). Sum of RGB (Red+Green+Blue) = 218+36+203=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24CB is #25DB34. Grayscale: #6C6C6C. Windows color (decimal): -2480949 or 13313242. OLE color: 13313242.
HSL color Cylindrical-coordinate representation of color #DA24CB: hue angle of 304.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA24CB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 203 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.15 |
| HSL | 304.95º | 0.72% | 0.5% | - |
| HSV(B) | 304.95º | 0.83% | 0.85% | - |
| XYZ | 40.32 | 20.48 | 58.33 | - |
| YUV | 109.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 203 | 0 | 0.83 | 0.07 | 0.15 | 304.95 | 0.72 | 0.5 |
| Hex | DA | 24 | CB | 0 | 53 | 7 | F | 131 | 48 | 32 |
| Octal | 332 | 44 | 313 | 0 | 123 | 7 | 17 | 461 | 110 | 62 |
| Binary | 11011010 | 100100 | 11001011 | 0 | 1010011 | 111 | 1111 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DA24CB
Complementary color
Monochromatic Colors of #DA24CB
Black with #DA24CB
Text Example
Text Example
White with #DA24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24CB; }
p { color: rgb(218,36,203); }
H1.HeaderClassName
{
color: #DA24CB;
}
.AnyTagClassName
{
color: #DA24CB;
}
</style>
background-color css
<style>
a { background-color: #DA24CB; }
a { background-color: rgb(218,36,203); }
div.DivClassName
{
background-color: #DA24CB;
}
.BgClassName
{
background-color: #DA24CB;
}
</style>
border-color css
<style>
span { border-color: #DA24CB; }
span { border-color: rgb(218,36,203); }
td.TdClassName
{
border-color: #DA24CB;
}
.TagClassName
{
border-color: #DA24CB;
}
</style>