Shades of Fuchsia #D03DB8
Tints of Fuchsia #D03DB8
RGB
CMYK
RGB Variations
Color information
#D03DB8 (or 0xD03DB8) is known color: Fuchsia. HEX triplet: D0, 3D and B8. RGB value is (208,61,184). Sum of RGB (Red+Green+Blue) = 208+61+184=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB8 is #2FC247. Grayscale: #767676. Windows color (decimal): -3129928 or 12074448. OLE color: 12074448.
HSL color Cylindrical-coordinate representation of color #D03DB8: hue angle of 309.8º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DB8 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 184 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.18 |
| HSL | 309.8º | 0.61% | 0.53% | - |
| HSV(B) | 309.8º | 0.71% | 0.82% | - |
| XYZ | 36.33 | 20.21 | 47.33 | - |
| YUV | 118.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 184 | 0 | 0.71 | 0.12 | 0.18 | 309.8 | 0.61 | 0.53 |
| Hex | D0 | 3D | B8 | 0 | 47 | C | 12 | 136 | 3D | 35 |
| Octal | 320 | 75 | 270 | 0 | 107 | 14 | 22 | 466 | 75 | 65 |
| Binary | 11010000 | 111101 | 10111000 | 0 | 1000111 | 1100 | 10010 | 100110110 | 111101 | 110101 |
Color Harmonies of #D03DB8
Complementary color
Monochromatic Colors of #D03DB8
Black with #D03DB8
Text Example
Text Example
White with #D03DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DB8; }
p { color: rgb(208,61,184); }
H1.HeaderClassName
{
color: #D03DB8;
}
.AnyTagClassName
{
color: #D03DB8;
}
</style>
background-color css
<style>
a { background-color: #D03DB8; }
a { background-color: rgb(208,61,184); }
div.DivClassName
{
background-color: #D03DB8;
}
.BgClassName
{
background-color: #D03DB8;
}
</style>
border-color css
<style>
span { border-color: #D03DB8; }
span { border-color: rgb(208,61,184); }
td.TdClassName
{
border-color: #D03DB8;
}
.TagClassName
{
border-color: #D03DB8;
}
</style>