Shades of Deep Magenta #DA28DF
Tints of Deep Magenta #DA28DF
RGB
CMYK
RGB Variations
Color information
#DA28DF (or 0xDA28DF) is known color: Deep Magenta. HEX triplet: DA, 28 and DF. RGB value is (218,40,223). Sum of RGB (Red+Green+Blue) = 218+40+223=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA28DF is #25D720. Grayscale: #717171. Windows color (decimal): -2479905 or 14624986. OLE color: 14624986.
HSL color Cylindrical-coordinate representation of color #DA28DF: hue angle of 298.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28DF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 40 | 223 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.13 |
| HSL | 298.36º | 0.74% | 0.52% | - |
| HSV(B) | 298.36º | 0.82% | 0.87% | - |
| XYZ | 42.99 | 21.75 | 71.74 | - |
| YUV | 114.08 | 189.47 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 223 | 0.02 | 0.82 | 0 | 0.13 | 298.36 | 0.74 | 0.52 |
| Hex | DA | 28 | DF | 2 | 52 | 0 | D | 12A | 4A | 34 |
| Octal | 332 | 50 | 337 | 2 | 122 | 0 | 15 | 452 | 112 | 64 |
| Binary | 11011010 | 101000 | 11011111 | 10 | 1010010 | 0 | 1101 | 100101010 | 1001010 | 110100 |
Color Harmonies of #DA28DF
Complementary color
Monochromatic Colors of #DA28DF
Black with #DA28DF
Text Example
Text Example
White with #DA28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28DF; }
p { color: rgb(218,40,223); }
H1.HeaderClassName
{
color: #DA28DF;
}
.AnyTagClassName
{
color: #DA28DF;
}
</style>
background-color css
<style>
a { background-color: #DA28DF; }
a { background-color: rgb(218,40,223); }
div.DivClassName
{
background-color: #DA28DF;
}
.BgClassName
{
background-color: #DA28DF;
}
</style>
border-color css
<style>
span { border-color: #DA28DF; }
span { border-color: rgb(218,40,223); }
td.TdClassName
{
border-color: #DA28DF;
}
.TagClassName
{
border-color: #DA28DF;
}
</style>