Shades of Fuchsia #D03ABB
Tints of Fuchsia #D03ABB
RGB
CMYK
RGB Variations
Color information
#D03ABB (or 0xD03ABB) is known color: Fuchsia. HEX triplet: D0, 3A and BB. RGB value is (208,58,187). Sum of RGB (Red+Green+Blue) = 208+58+187=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ABB is #2FC544. Grayscale: #757575. Windows color (decimal): -3130693 or 12270288. OLE color: 12270288.
HSL color Cylindrical-coordinate representation of color #D03ABB: hue angle of 308.4º 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 #D03ABB is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 187 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.4º | 0.61% | 0.52% | - |
| HSV(B) | 308.4º | 0.72% | 0.82% | - |
| XYZ | 36.5 | 20.02 | 48.96 | - |
| YUV | 117.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 187 | 0 | 0.72 | 0.10 | 0.18 | 308.4 | 0.61 | 0.52 |
| Hex | D0 | 3A | BB | 0 | 48 | A | 12 | 134 | 3D | 34 |
| Octal | 320 | 72 | 273 | 0 | 110 | 12 | 22 | 464 | 75 | 64 |
| Binary | 11010000 | 111010 | 10111011 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111101 | 110100 |
Color Harmonies of #D03ABB
Complementary color
Monochromatic Colors of #D03ABB
Black with #D03ABB
Text Example
Text Example
White with #D03ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ABB; }
p { color: rgb(208,58,187); }
H1.HeaderClassName
{
color: #D03ABB;
}
.AnyTagClassName
{
color: #D03ABB;
}
</style>
background-color css
<style>
a { background-color: #D03ABB; }
a { background-color: rgb(208,58,187); }
div.DivClassName
{
background-color: #D03ABB;
}
.BgClassName
{
background-color: #D03ABB;
}
</style>
border-color css
<style>
span { border-color: #D03ABB; }
span { border-color: rgb(208,58,187); }
td.TdClassName
{
border-color: #D03ABB;
}
.TagClassName
{
border-color: #D03ABB;
}
</style>