Shades of Deep Magenta #DA1BBD
Tints of Deep Magenta #DA1BBD
RGB
CMYK
RGB Variations
Color information
#DA1BBD (or 0xDA1BBD) is known color: Deep Magenta. HEX triplet: DA, 1B and BD. RGB value is (218,27,189). Sum of RGB (Red+Green+Blue) = 218+27+189=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BBD is #25E442. Grayscale: #666666. Windows color (decimal): -2483267 or 12393434. OLE color: 12393434.
HSL color Cylindrical-coordinate representation of color #DA1BBD: hue angle of 309.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BBD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 189 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 309.11º | 0.78% | 0.48% | - |
| HSV(B) | 309.11º | 0.88% | 0.85% | - |
| XYZ | 38.49 | 19.36 | 49.85 | - |
| YUV | 102.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 189 | 0 | 0.88 | 0.13 | 0.15 | 309.11 | 0.78 | 0.48 |
| Hex | DA | 1B | BD | 0 | 58 | D | F | 135 | 4E | 30 |
| Octal | 332 | 33 | 275 | 0 | 130 | 15 | 17 | 465 | 116 | 60 |
| Binary | 11011010 | 11011 | 10111101 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001110 | 110000 |
Color Harmonies of #DA1BBD
Complementary color
Monochromatic Colors of #DA1BBD
Black with #DA1BBD
Text Example
Text Example
White with #DA1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BBD; }
p { color: rgb(218,27,189); }
H1.HeaderClassName
{
color: #DA1BBD;
}
.AnyTagClassName
{
color: #DA1BBD;
}
</style>
background-color css
<style>
a { background-color: #DA1BBD; }
a { background-color: rgb(218,27,189); }
div.DivClassName
{
background-color: #DA1BBD;
}
.BgClassName
{
background-color: #DA1BBD;
}
</style>
border-color css
<style>
span { border-color: #DA1BBD; }
span { border-color: rgb(218,27,189); }
td.TdClassName
{
border-color: #DA1BBD;
}
.TagClassName
{
border-color: #DA1BBD;
}
</style>