Shades of Deep Magenta #DA23CB
Tints of Deep Magenta #DA23CB
RGB
CMYK
RGB Variations
Color information
#DA23CB (or 0xDA23CB) is known color: Deep Magenta. HEX triplet: DA, 23 and CB. RGB value is (218,35,203). Sum of RGB (Red+Green+Blue) = 218+35+203=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23CB is #25DC34. Grayscale: #6C6C6C. Windows color (decimal): -2481205 or 13312986. OLE color: 13312986.
HSL color Cylindrical-coordinate representation of color #DA23CB: hue angle of 304.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23CB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 203 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.15 |
| HSL | 304.92º | 0.72% | 0.5% | - |
| HSV(B) | 304.92º | 0.84% | 0.85% | - |
| XYZ | 40.29 | 20.42 | 58.32 | - |
| YUV | 108.87 | 181.13 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 203 | 0 | 0.84 | 0.07 | 0.15 | 304.92 | 0.72 | 0.5 |
| Hex | DA | 23 | CB | 0 | 54 | 7 | F | 131 | 48 | 32 |
| Octal | 332 | 43 | 313 | 0 | 124 | 7 | 17 | 461 | 110 | 62 |
| Binary | 11011010 | 100011 | 11001011 | 0 | 1010100 | 111 | 1111 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DA23CB
Complementary color
Monochromatic Colors of #DA23CB
Black with #DA23CB
Text Example
Text Example
White with #DA23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23CB; }
p { color: rgb(218,35,203); }
H1.HeaderClassName
{
color: #DA23CB;
}
.AnyTagClassName
{
color: #DA23CB;
}
</style>
background-color css
<style>
a { background-color: #DA23CB; }
a { background-color: rgb(218,35,203); }
div.DivClassName
{
background-color: #DA23CB;
}
.BgClassName
{
background-color: #DA23CB;
}
</style>
border-color css
<style>
span { border-color: #DA23CB; }
span { border-color: rgb(218,35,203); }
td.TdClassName
{
border-color: #DA23CB;
}
.TagClassName
{
border-color: #DA23CB;
}
</style>