Shades of Deep Magenta #D025C8
Tints of Deep Magenta #D025C8
RGB
CMYK
RGB Variations
Color information
#D025C8 (or 0xD025C8) is known color: Deep Magenta. HEX triplet: D0, 25 and C8. RGB value is (208,37,200). Sum of RGB (Red+Green+Blue) = 208+37+200=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C8 is #2FDA37. Grayscale: #6A6A6A. Windows color (decimal): -3136056 or 13116880. OLE color: 13116880.
HSL color Cylindrical-coordinate representation of color #D025C8: hue angle of 302.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D025C8 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 200 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.18 |
| HSL | 302.81º | 0.7% | 0.48% | - |
| HSV(B) | 302.81º | 0.82% | 0.82% | - |
| XYZ | 37.1 | 18.9 | 56.34 | - |
| YUV | 106.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 200 | 0 | 0.82 | 0.04 | 0.18 | 302.81 | 0.7 | 0.48 |
| Hex | D0 | 25 | C8 | 0 | 52 | 4 | 12 | 12F | 46 | 30 |
| Octal | 320 | 45 | 310 | 0 | 122 | 4 | 22 | 457 | 106 | 60 |
| Binary | 11010000 | 100101 | 11001000 | 0 | 1010010 | 100 | 10010 | 100101111 | 1000110 | 110000 |
Color Harmonies of #D025C8
Complementary color
Monochromatic Colors of #D025C8
Black with #D025C8
Text Example
Text Example
White with #D025C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025C8; }
p { color: rgb(208,37,200); }
H1.HeaderClassName
{
color: #D025C8;
}
.AnyTagClassName
{
color: #D025C8;
}
</style>
background-color css
<style>
a { background-color: #D025C8; }
a { background-color: rgb(208,37,200); }
div.DivClassName
{
background-color: #D025C8;
}
.BgClassName
{
background-color: #D025C8;
}
</style>
border-color css
<style>
span { border-color: #D025C8; }
span { border-color: rgb(208,37,200); }
td.TdClassName
{
border-color: #D025C8;
}
.TagClassName
{
border-color: #D025C8;
}
</style>