Shades of Fuchsia #D02DBC
Tints of Fuchsia #D02DBC
RGB
CMYK
RGB Variations
Color information
#D02DBC (or 0xD02DBC) is known color: Fuchsia. HEX triplet: D0, 2D and BC. RGB value is (208,45,188). Sum of RGB (Red+Green+Blue) = 208+45+188=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DBC is #2FD243. Grayscale: #6D6D6D. Windows color (decimal): -3134020 or 12332496. OLE color: 12332496.
HSL color Cylindrical-coordinate representation of color #D02DBC: hue angle of 307.36º 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 #D02DBC is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 188 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.18 |
| HSL | 307.36º | 0.64% | 0.5% | - |
| HSV(B) | 307.36º | 0.78% | 0.82% | - |
| XYZ | 36.03 | 18.92 | 49.33 | - |
| YUV | 110.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 188 | 0 | 0.78 | 0.10 | 0.18 | 307.36 | 0.64 | 0.5 |
| Hex | D0 | 2D | BC | 0 | 4E | A | 12 | 133 | 40 | 32 |
| Octal | 320 | 55 | 274 | 0 | 116 | 12 | 22 | 463 | 100 | 62 |
| Binary | 11010000 | 101101 | 10111100 | 0 | 1001110 | 1010 | 10010 | 100110011 | 1000000 | 110010 |
Color Harmonies of #D02DBC
Complementary color
Monochromatic Colors of #D02DBC
Black with #D02DBC
Text Example
Text Example
White with #D02DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DBC; }
p { color: rgb(208,45,188); }
H1.HeaderClassName
{
color: #D02DBC;
}
.AnyTagClassName
{
color: #D02DBC;
}
</style>
background-color css
<style>
a { background-color: #D02DBC; }
a { background-color: rgb(208,45,188); }
div.DivClassName
{
background-color: #D02DBC;
}
.BgClassName
{
background-color: #D02DBC;
}
</style>
border-color css
<style>
span { border-color: #D02DBC; }
span { border-color: rgb(208,45,188); }
td.TdClassName
{
border-color: #D02DBC;
}
.TagClassName
{
border-color: #D02DBC;
}
</style>