Shades of Fuchsia #D02DC2
Tints of Fuchsia #D02DC2
RGB
CMYK
RGB Variations
Color information
#D02DC2 (or 0xD02DC2) is known color: Fuchsia. HEX triplet: D0, 2D and C2. RGB value is (208,45,194). Sum of RGB (Red+Green+Blue) = 208+45+194=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC2 is #2FD23D. Grayscale: #6E6E6E. Windows color (decimal): -3134014 or 12725712. OLE color: 12725712.
HSL color Cylindrical-coordinate representation of color #D02DC2: hue angle of 305.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DC2 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 194 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.18 |
| HSL | 305.15º | 0.64% | 0.5% | - |
| HSV(B) | 305.15º | 0.78% | 0.82% | - |
| XYZ | 36.69 | 19.18 | 52.81 | - |
| YUV | 110.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 194 | 0 | 0.78 | 0.07 | 0.18 | 305.15 | 0.64 | 0.5 |
| Hex | D0 | 2D | C2 | 0 | 4E | 7 | 12 | 131 | 40 | 32 |
| Octal | 320 | 55 | 302 | 0 | 116 | 7 | 22 | 461 | 100 | 62 |
| Binary | 11010000 | 101101 | 11000010 | 0 | 1001110 | 111 | 10010 | 100110001 | 1000000 | 110010 |
Color Harmonies of #D02DC2
Complementary color
Monochromatic Colors of #D02DC2
Black with #D02DC2
Text Example
Text Example
White with #D02DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DC2; }
p { color: rgb(208,45,194); }
H1.HeaderClassName
{
color: #D02DC2;
}
.AnyTagClassName
{
color: #D02DC2;
}
</style>
background-color css
<style>
a { background-color: #D02DC2; }
a { background-color: rgb(208,45,194); }
div.DivClassName
{
background-color: #D02DC2;
}
.BgClassName
{
background-color: #D02DC2;
}
</style>
border-color css
<style>
span { border-color: #D02DC2; }
span { border-color: rgb(208,45,194); }
td.TdClassName
{
border-color: #D02DC2;
}
.TagClassName
{
border-color: #D02DC2;
}
</style>