Shades of Deep Magenta #D613CC
Tints of Deep Magenta #D613CC
RGB
CMYK
RGB Variations
Color information
#D613CC (or 0xD613CC) is known color: Deep Magenta. HEX triplet: D6, 13 and CC. RGB value is (214,19,204). Sum of RGB (Red+Green+Blue) = 214+19+204=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D613CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613CC is #29EC33. Grayscale: #616161. Windows color (decimal): -2747444 or 13374422. OLE color: 13374422.
HSL color Cylindrical-coordinate representation of color #D613CC: hue angle of 303.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613CC is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 204 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.16 |
| HSL | 303.08º | 0.84% | 0.46% | - |
| HSV(B) | 303.08º | 0.91% | 0.84% | - |
| XYZ | 38.86 | 19.12 | 58.77 | - |
| YUV | 98.4 | 187.6 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 204 | 0 | 0.91 | 0.05 | 0.16 | 303.08 | 0.84 | 0.46 |
| Hex | D6 | 13 | CC | 0 | 5B | 5 | 10 | 12F | 54 | 2E |
| Octal | 326 | 23 | 314 | 0 | 133 | 5 | 20 | 457 | 124 | 56 |
| Binary | 11010110 | 10011 | 11001100 | 0 | 1011011 | 101 | 10000 | 100101111 | 1010100 | 101110 |
Color Harmonies of #D613CC
Complementary color
Monochromatic Colors of #D613CC
Black with #D613CC
Text Example
Text Example
White with #D613CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613CC; }
p { color: rgb(214,19,204); }
H1.HeaderClassName
{
color: #D613CC;
}
.AnyTagClassName
{
color: #D613CC;
}
</style>
background-color css
<style>
a { background-color: #D613CC; }
a { background-color: rgb(214,19,204); }
div.DivClassName
{
background-color: #D613CC;
}
.BgClassName
{
background-color: #D613CC;
}
</style>
border-color css
<style>
span { border-color: #D613CC; }
span { border-color: rgb(214,19,204); }
td.TdClassName
{
border-color: #D613CC;
}
.TagClassName
{
border-color: #D613CC;
}
</style>