Shades of Deep Magenta #D208C4
Tints of Deep Magenta #D208C4
RGB
CMYK
RGB Variations
Color information
#D208C4 (or 0xD208C4) is known color: Deep Magenta. HEX triplet: D2, 08 and C4. RGB value is (210,8,196). Sum of RGB (Red+Green+Blue) = 210+8+196=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D208C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208C4 is #2DF73B. Grayscale: #595959. Windows color (decimal): -3012412 or 12847314. OLE color: 12847314.
HSL color Cylindrical-coordinate representation of color #D208C4: hue angle of 304.16º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208C4 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 196 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.18 |
| HSL | 304.16º | 0.93% | 0.43% | - |
| HSV(B) | 304.16º | 0.96% | 0.82% | - |
| XYZ | 36.63 | 17.86 | 53.74 | - |
| YUV | 89.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 196 | 0 | 0.96 | 0.07 | 0.18 | 304.16 | 0.93 | 0.43 |
| Hex | D2 | 8 | C4 | 0 | 60 | 7 | 12 | 130 | 5D | 2B |
| Octal | 322 | 10 | 304 | 0 | 140 | 7 | 22 | 460 | 135 | 53 |
| Binary | 11010010 | 1000 | 11000100 | 0 | 1100000 | 111 | 10010 | 100110000 | 1011101 | 101011 |
Color Harmonies of #D208C4
Complementary color
Monochromatic Colors of #D208C4
Black with #D208C4
Text Example
Text Example
White with #D208C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208C4; }
p { color: rgb(210,8,196); }
H1.HeaderClassName
{
color: #D208C4;
}
.AnyTagClassName
{
color: #D208C4;
}
</style>
background-color css
<style>
a { background-color: #D208C4; }
a { background-color: rgb(210,8,196); }
div.DivClassName
{
background-color: #D208C4;
}
.BgClassName
{
background-color: #D208C4;
}
</style>
border-color css
<style>
span { border-color: #D208C4; }
span { border-color: rgb(210,8,196); }
td.TdClassName
{
border-color: #D208C4;
}
.TagClassName
{
border-color: #D208C4;
}
</style>