Shades of Deep Magenta #D602CF
Tints of Deep Magenta #D602CF
RGB
CMYK
RGB Variations
Color information
#D602CF (or 0xD602CF) is known color: Deep Magenta. HEX triplet: D6, 02 and CF. RGB value is (214,2,207). Sum of RGB (Red+Green+Blue) = 214+2+207=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D602CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602CF is #29FD30. Grayscale: #585858. Windows color (decimal): -2751793 or 13566678. OLE color: 13566678.
HSL color Cylindrical-coordinate representation of color #D602CF: hue angle of 301.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602CF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.16 |
| HSL | 301.98º | 0.98% | 0.42% | - |
| HSV(B) | 301.98º | 0.99% | 0.84% | - |
| XYZ | 39.02 | 18.84 | 60.61 | - |
| YUV | 88.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 207 | 0 | 0.99 | 0.03 | 0.16 | 301.98 | 0.98 | 0.42 |
| Hex | D6 | 2 | CF | 0 | 63 | 3 | 10 | 12E | 62 | 2A |
| Octal | 326 | 2 | 317 | 0 | 143 | 3 | 20 | 456 | 142 | 52 |
| Binary | 11010110 | 10 | 11001111 | 0 | 1100011 | 11 | 10000 | 100101110 | 1100010 | 101010 |
Color Harmonies of #D602CF
Complementary color
Monochromatic Colors of #D602CF
Black with #D602CF
Text Example
Text Example
White with #D602CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602CF; }
p { color: rgb(214,2,207); }
H1.HeaderClassName
{
color: #D602CF;
}
.AnyTagClassName
{
color: #D602CF;
}
</style>
background-color css
<style>
a { background-color: #D602CF; }
a { background-color: rgb(214,2,207); }
div.DivClassName
{
background-color: #D602CF;
}
.BgClassName
{
background-color: #D602CF;
}
</style>
border-color css
<style>
span { border-color: #D602CF; }
span { border-color: rgb(214,2,207); }
td.TdClassName
{
border-color: #D602CF;
}
.TagClassName
{
border-color: #D602CF;
}
</style>