Shades of Fuchsia #D03ABC
Tints of Fuchsia #D03ABC
RGB
CMYK
RGB Variations
Color information
#D03ABC (or 0xD03ABC) is known color: Fuchsia. HEX triplet: D0, 3A and BC. RGB value is (208,58,188). Sum of RGB (Red+Green+Blue) = 208+58+188=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABC is #2FC543. Grayscale: #757575. Windows color (decimal): -3130692 or 12335824. OLE color: 12335824.
HSL color Cylindrical-coordinate representation of color #D03ABC: hue angle of 308º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03ABC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 188 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308º | 0.61% | 0.52% | - |
| HSV(B) | 308º | 0.72% | 0.82% | - |
| XYZ | 36.6 | 20.07 | 49.52 | - |
| YUV | 117.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 188 | 0 | 0.72 | 0.10 | 0.18 | 308 | 0.61 | 0.52 |
| Hex | D0 | 3A | BC | 0 | 48 | A | 12 | 134 | 3D | 34 |
| Octal | 320 | 72 | 274 | 0 | 110 | 12 | 22 | 464 | 75 | 64 |
| Binary | 11010000 | 111010 | 10111100 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111101 | 110100 |
Color Harmonies of #D03ABC
Complementary color
Monochromatic Colors of #D03ABC
Black with #D03ABC
Text Example
Text Example
White with #D03ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ABC; }
p { color: rgb(208,58,188); }
H1.HeaderClassName
{
color: #D03ABC;
}
.AnyTagClassName
{
color: #D03ABC;
}
</style>
background-color css
<style>
a { background-color: #D03ABC; }
a { background-color: rgb(208,58,188); }
div.DivClassName
{
background-color: #D03ABC;
}
.BgClassName
{
background-color: #D03ABC;
}
</style>
border-color css
<style>
span { border-color: #D03ABC; }
span { border-color: rgb(208,58,188); }
td.TdClassName
{
border-color: #D03ABC;
}
.TagClassName
{
border-color: #D03ABC;
}
</style>