Shades of Deep Magenta #D025CC
Tints of Deep Magenta #D025CC
RGB
CMYK
RGB Variations
Color information
#D025CC (or 0xD025CC) is known color: Deep Magenta. HEX triplet: D0, 25 and CC. RGB value is (208,37,204). Sum of RGB (Red+Green+Blue) = 208+37+204=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D025CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025CC is #2FDA33. Grayscale: #6A6A6A. Windows color (decimal): -3136052 or 13379024. OLE color: 13379024.
HSL color Cylindrical-coordinate representation of color #D025CC: hue angle of 301.4º 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 #D025CC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 204 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.18 |
| HSL | 301.4º | 0.7% | 0.48% | - |
| HSV(B) | 301.4º | 0.82% | 0.82% | - |
| XYZ | 37.57 | 19.09 | 58.83 | - |
| YUV | 107.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 204 | 0 | 0.82 | 0.02 | 0.18 | 301.4 | 0.7 | 0.48 |
| Hex | D0 | 25 | CC | 0 | 52 | 2 | 12 | 12D | 46 | 30 |
| Octal | 320 | 45 | 314 | 0 | 122 | 2 | 22 | 455 | 106 | 60 |
| Binary | 11010000 | 100101 | 11001100 | 0 | 1010010 | 10 | 10010 | 100101101 | 1000110 | 110000 |
Color Harmonies of #D025CC
Complementary color
Monochromatic Colors of #D025CC
Black with #D025CC
Text Example
Text Example
White with #D025CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025CC; }
p { color: rgb(208,37,204); }
H1.HeaderClassName
{
color: #D025CC;
}
.AnyTagClassName
{
color: #D025CC;
}
</style>
background-color css
<style>
a { background-color: #D025CC; }
a { background-color: rgb(208,37,204); }
div.DivClassName
{
background-color: #D025CC;
}
.BgClassName
{
background-color: #D025CC;
}
</style>
border-color css
<style>
span { border-color: #D025CC; }
span { border-color: rgb(208,37,204); }
td.TdClassName
{
border-color: #D025CC;
}
.TagClassName
{
border-color: #D025CC;
}
</style>