Shades of Deep Magenta #DA1FDB
Tints of Deep Magenta #DA1FDB
RGB
CMYK
RGB Variations
Color information
#DA1FDB (or 0xDA1FDB) is known color: Deep Magenta. HEX triplet: DA, 1F and DB. RGB value is (218,31,219). Sum of RGB (Red+Green+Blue) = 218+31+219=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FDB is #25E024. Grayscale: #6B6B6B. Windows color (decimal): -2482213 or 14360538. OLE color: 14360538.
HSL color Cylindrical-coordinate representation of color #DA1FDB: hue angle of 299.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FDB is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 31 | 219 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.14 |
| HSL | 299.68º | 0.75% | 0.49% | - |
| HSV(B) | 299.68º | 0.86% | 0.86% | - |
| XYZ | 42.19 | 21 | 68.85 | - |
| YUV | 108.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 219 | 0.00 | 0.86 | 0 | 0.14 | 299.68 | 0.75 | 0.49 |
| Hex | DA | 1F | DB | 0 | 56 | 0 | E | 12C | 4B | 31 |
| Octal | 332 | 37 | 333 | 0 | 126 | 0 | 16 | 454 | 113 | 61 |
| Binary | 11011010 | 11111 | 11011011 | 0 | 1010110 | 0 | 1110 | 100101100 | 1001011 | 110001 |
Color Harmonies of #DA1FDB
Complementary color
Monochromatic Colors of #DA1FDB
Black with #DA1FDB
Text Example
Text Example
White with #DA1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FDB; }
p { color: rgb(218,31,219); }
H1.HeaderClassName
{
color: #DA1FDB;
}
.AnyTagClassName
{
color: #DA1FDB;
}
</style>
background-color css
<style>
a { background-color: #DA1FDB; }
a { background-color: rgb(218,31,219); }
div.DivClassName
{
background-color: #DA1FDB;
}
.BgClassName
{
background-color: #DA1FDB;
}
</style>
border-color css
<style>
span { border-color: #DA1FDB; }
span { border-color: rgb(218,31,219); }
td.TdClassName
{
border-color: #DA1FDB;
}
.TagClassName
{
border-color: #DA1FDB;
}
</style>