Shades of Deep Magenta #D727C4
Tints of Deep Magenta #D727C4
RGB
CMYK
RGB Variations
Color information
#D727C4 (or 0xD727C4) is known color: Deep Magenta. HEX triplet: D7, 27 and C4. RGB value is (215,39,196). Sum of RGB (Red+Green+Blue) = 215+39+196=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D727C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727C4 is #28D83B. Grayscale: #6D6D6D. Windows color (decimal): -2676796 or 12855255. OLE color: 12855255.
HSL color Cylindrical-coordinate representation of color #D727C4: hue angle of 306.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727C4 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 196 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.16 |
| HSL | 306.48º | 0.69% | 0.5% | - |
| HSV(B) | 306.48º | 0.82% | 0.84% | - |
| XYZ | 38.71 | 19.88 | 54.02 | - |
| YUV | 109.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 196 | 0 | 0.82 | 0.09 | 0.16 | 306.48 | 0.69 | 0.5 |
| Hex | D7 | 27 | C4 | 0 | 52 | 9 | 10 | 132 | 45 | 32 |
| Octal | 327 | 47 | 304 | 0 | 122 | 11 | 20 | 462 | 105 | 62 |
| Binary | 11010111 | 100111 | 11000100 | 0 | 1010010 | 1001 | 10000 | 100110010 | 1000101 | 110010 |
Color Harmonies of #D727C4
Complementary color
Monochromatic Colors of #D727C4
Black with #D727C4
Text Example
Text Example
White with #D727C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727C4; }
p { color: rgb(215,39,196); }
H1.HeaderClassName
{
color: #D727C4;
}
.AnyTagClassName
{
color: #D727C4;
}
</style>
background-color css
<style>
a { background-color: #D727C4; }
a { background-color: rgb(215,39,196); }
div.DivClassName
{
background-color: #D727C4;
}
.BgClassName
{
background-color: #D727C4;
}
</style>
border-color css
<style>
span { border-color: #D727C4; }
span { border-color: rgb(215,39,196); }
td.TdClassName
{
border-color: #D727C4;
}
.TagClassName
{
border-color: #D727C4;
}
</style>