Shades of Deep Magenta #D302CC
Tints of Deep Magenta #D302CC
RGB
CMYK
RGB Variations
Color information
#D302CC (or 0xD302CC) is known color: Deep Magenta. HEX triplet: D3, 02 and CC. RGB value is (211,2,204). Sum of RGB (Red+Green+Blue) = 211+2+204=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D302CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302CC is #2CFD33. Grayscale: #565656. Windows color (decimal): -2948404 or 13370067. OLE color: 13370067.
HSL color Cylindrical-coordinate representation of color #D302CC: hue angle of 302.01º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302CC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.17 |
| HSL | 302.01º | 0.98% | 0.42% | - |
| HSV(B) | 302.01º | 0.99% | 0.83% | - |
| XYZ | 37.78 | 18.25 | 58.66 | - |
| YUV | 87.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 204 | 0 | 0.99 | 0.03 | 0.17 | 302.01 | 0.98 | 0.42 |
| Hex | D3 | 2 | CC | 0 | 63 | 3 | 11 | 12E | 62 | 2A |
| Octal | 323 | 2 | 314 | 0 | 143 | 3 | 21 | 456 | 142 | 52 |
| Binary | 11010011 | 10 | 11001100 | 0 | 1100011 | 11 | 10001 | 100101110 | 1100010 | 101010 |
Color Harmonies of #D302CC
Complementary color
Monochromatic Colors of #D302CC
Black with #D302CC
Text Example
Text Example
White with #D302CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302CC; }
p { color: rgb(211,2,204); }
H1.HeaderClassName
{
color: #D302CC;
}
.AnyTagClassName
{
color: #D302CC;
}
</style>
background-color css
<style>
a { background-color: #D302CC; }
a { background-color: rgb(211,2,204); }
div.DivClassName
{
background-color: #D302CC;
}
.BgClassName
{
background-color: #D302CC;
}
</style>
border-color css
<style>
span { border-color: #D302CC; }
span { border-color: rgb(211,2,204); }
td.TdClassName
{
border-color: #D302CC;
}
.TagClassName
{
border-color: #D302CC;
}
</style>