Shades of Deep Magenta #D418CB
Tints of Deep Magenta #D418CB
RGB
CMYK
RGB Variations
Color information
#D418CB (or 0xD418CB) is known color: Deep Magenta. HEX triplet: D4, 18 and CB. RGB value is (212,24,203). Sum of RGB (Red+Green+Blue) = 212+24+203=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D418CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D418CB is #2BE734. Grayscale: #646464. Windows color (decimal): -2877237 or 13310164. OLE color: 13310164.
HSL color Cylindrical-coordinate representation of color #D418CB: hue angle of 302.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D418CB is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 203 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.17 |
| HSL | 302.87º | 0.8% | 0.46% | - |
| HSV(B) | 302.87º | 0.89% | 0.83% | - |
| XYZ | 38.26 | 18.96 | 58.14 | - |
| YUV | 100.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 203 | 0 | 0.89 | 0.04 | 0.17 | 302.87 | 0.8 | 0.46 |
| Hex | D4 | 18 | CB | 0 | 59 | 4 | 11 | 12F | 50 | 2E |
| Octal | 324 | 30 | 313 | 0 | 131 | 4 | 21 | 457 | 120 | 56 |
| Binary | 11010100 | 11000 | 11001011 | 0 | 1011001 | 100 | 10001 | 100101111 | 1010000 | 101110 |
Color Harmonies of #D418CB
Complementary color
Monochromatic Colors of #D418CB
Black with #D418CB
Text Example
Text Example
White with #D418CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418CB; }
p { color: rgb(212,24,203); }
H1.HeaderClassName
{
color: #D418CB;
}
.AnyTagClassName
{
color: #D418CB;
}
</style>
background-color css
<style>
a { background-color: #D418CB; }
a { background-color: rgb(212,24,203); }
div.DivClassName
{
background-color: #D418CB;
}
.BgClassName
{
background-color: #D418CB;
}
</style>
border-color css
<style>
span { border-color: #D418CB; }
span { border-color: rgb(212,24,203); }
td.TdClassName
{
border-color: #D418CB;
}
.TagClassName
{
border-color: #D418CB;
}
</style>