Shades of Deep Magenta #DA00CB
Tints of Deep Magenta #DA00CB
RGB
CMYK
RGB Variations
Color information
#DA00CB (or 0xDA00CB) is known color: Deep Magenta. HEX triplet: DA, 00 and CB. RGB value is (218,0,203). Sum of RGB (Red+Green+Blue) = 218+0+203=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00CB is #25FF34. Grayscale: #575757. Windows color (decimal): -2490165 or 13304026. OLE color: 13304026.
HSL color Cylindrical-coordinate representation of color #DA00CB: hue angle of 304.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00CB is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.07 | 0.15 |
| HSL | 304.13º | 1% | 0.43% | - |
| HSV(B) | 304.13º | 1% | 0.85% | - |
| XYZ | 39.69 | 19.22 | 58.12 | - |
| YUV | 88.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 203 | 0 | 1 | 0.07 | 0.15 | 304.13 | 1 | 0.43 |
| Hex | DA | 0 | CB | 0 | 64 | 7 | F | 130 | 64 | 2B |
| Octal | 332 | 0 | 313 | 0 | 144 | 7 | 17 | 460 | 144 | 53 |
| Binary | 11011010 | 0 | 11001011 | 0 | 1100100 | 111 | 1111 | 100110000 | 1100100 | 101011 |
Color Harmonies of #DA00CB
Complementary color
Monochromatic Colors of #DA00CB
Black with #DA00CB
Text Example
Text Example
White with #DA00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00CB; }
p { color: rgb(218,0,203); }
H1.HeaderClassName
{
color: #DA00CB;
}
.AnyTagClassName
{
color: #DA00CB;
}
</style>
background-color css
<style>
a { background-color: #DA00CB; }
a { background-color: rgb(218,0,203); }
div.DivClassName
{
background-color: #DA00CB;
}
.BgClassName
{
background-color: #DA00CB;
}
</style>
border-color css
<style>
span { border-color: #DA00CB; }
span { border-color: rgb(218,0,203); }
td.TdClassName
{
border-color: #DA00CB;
}
.TagClassName
{
border-color: #DA00CB;
}
</style>