Shades of Fuchsia #D030C0
Tints of Fuchsia #D030C0
RGB
CMYK
RGB Variations
Color information
#D030C0 (or 0xD030C0) is known color: Fuchsia. HEX triplet: D0, 30 and C0. RGB value is (208,48,192). Sum of RGB (Red+Green+Blue) = 208+48+192=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D030C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030C0 is #2FCF3F. Grayscale: #6F6F6F. Windows color (decimal): -3133248 or 12595408. OLE color: 12595408.
HSL color Cylindrical-coordinate representation of color #D030C0: hue angle of 306º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030C0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 192 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.18 |
| HSL | 306º | 0.63% | 0.5% | - |
| HSV(B) | 306º | 0.77% | 0.82% | - |
| XYZ | 36.58 | 19.33 | 51.67 | - |
| YUV | 112.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 192 | 0 | 0.77 | 0.08 | 0.18 | 306 | 0.63 | 0.5 |
| Hex | D0 | 30 | C0 | 0 | 4D | 8 | 12 | 132 | 3F | 32 |
| Octal | 320 | 60 | 300 | 0 | 115 | 10 | 22 | 462 | 77 | 62 |
| Binary | 11010000 | 110000 | 11000000 | 0 | 1001101 | 1000 | 10010 | 100110010 | 111111 | 110010 |
Color Harmonies of #D030C0
Complementary color
Monochromatic Colors of #D030C0
Black with #D030C0
Text Example
Text Example
White with #D030C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030C0; }
p { color: rgb(208,48,192); }
H1.HeaderClassName
{
color: #D030C0;
}
.AnyTagClassName
{
color: #D030C0;
}
</style>
background-color css
<style>
a { background-color: #D030C0; }
a { background-color: rgb(208,48,192); }
div.DivClassName
{
background-color: #D030C0;
}
.BgClassName
{
background-color: #D030C0;
}
</style>
border-color css
<style>
span { border-color: #D030C0; }
span { border-color: rgb(208,48,192); }
td.TdClassName
{
border-color: #D030C0;
}
.TagClassName
{
border-color: #D030C0;
}
</style>