Shades of Deep Magenta #D628CF
Tints of Deep Magenta #D628CF
RGB
CMYK
RGB Variations
Color information
#D628CF (or 0xD628CF) is known color: Deep Magenta. HEX triplet: D6, 28 and CF. RGB value is (214,40,207). Sum of RGB (Red+Green+Blue) = 214+40+207=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D628CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628CF is #29D730. Grayscale: #6E6E6E. Windows color (decimal): -2742065 or 13576406. OLE color: 13576406.
HSL color Cylindrical-coordinate representation of color #D628CF: hue angle of 302.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628CF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 207 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.16 |
| HSL | 302.41º | 0.69% | 0.5% | - |
| HSV(B) | 302.41º | 0.81% | 0.84% | - |
| XYZ | 39.75 | 20.32 | 60.86 | - |
| YUV | 111.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 207 | 0 | 0.81 | 0.03 | 0.16 | 302.41 | 0.69 | 0.5 |
| Hex | D6 | 28 | CF | 0 | 51 | 3 | 10 | 12E | 45 | 32 |
| Octal | 326 | 50 | 317 | 0 | 121 | 3 | 20 | 456 | 105 | 62 |
| Binary | 11010110 | 101000 | 11001111 | 0 | 1010001 | 11 | 10000 | 100101110 | 1000101 | 110010 |
Color Harmonies of #D628CF
Complementary color
Monochromatic Colors of #D628CF
Black with #D628CF
Text Example
Text Example
White with #D628CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628CF; }
p { color: rgb(214,40,207); }
H1.HeaderClassName
{
color: #D628CF;
}
.AnyTagClassName
{
color: #D628CF;
}
</style>
background-color css
<style>
a { background-color: #D628CF; }
a { background-color: rgb(214,40,207); }
div.DivClassName
{
background-color: #D628CF;
}
.BgClassName
{
background-color: #D628CF;
}
</style>
border-color css
<style>
span { border-color: #D628CF; }
span { border-color: rgb(214,40,207); }
td.TdClassName
{
border-color: #D628CF;
}
.TagClassName
{
border-color: #D628CF;
}
</style>