Shades of Fuchsia #D03DB5
Tints of Fuchsia #D03DB5
RGB
CMYK
RGB Variations
Color information
#D03DB5 (or 0xD03DB5) is known color: Fuchsia. HEX triplet: D0, 3D and B5. RGB value is (208,61,181). Sum of RGB (Red+Green+Blue) = 208+61+181=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB5 is #2FC24A. Grayscale: #767676. Windows color (decimal): -3129931 or 11877840. OLE color: 11877840.
HSL color Cylindrical-coordinate representation of color #D03DB5: hue angle of 311.02º 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 #D03DB5 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 181 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.18 |
| HSL | 311.02º | 0.61% | 0.53% | - |
| HSV(B) | 311.02º | 0.71% | 0.82% | - |
| XYZ | 36.02 | 20.08 | 45.69 | - |
| YUV | 118.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 181 | 0 | 0.71 | 0.13 | 0.18 | 311.02 | 0.61 | 0.53 |
| Hex | D0 | 3D | B5 | 0 | 47 | D | 12 | 137 | 3D | 35 |
| Octal | 320 | 75 | 265 | 0 | 107 | 15 | 22 | 467 | 75 | 65 |
| Binary | 11010000 | 111101 | 10110101 | 0 | 1000111 | 1101 | 10010 | 100110111 | 111101 | 110101 |
Color Harmonies of #D03DB5
Complementary color
Monochromatic Colors of #D03DB5
Black with #D03DB5
Text Example
Text Example
White with #D03DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DB5; }
p { color: rgb(208,61,181); }
H1.HeaderClassName
{
color: #D03DB5;
}
.AnyTagClassName
{
color: #D03DB5;
}
</style>
background-color css
<style>
a { background-color: #D03DB5; }
a { background-color: rgb(208,61,181); }
div.DivClassName
{
background-color: #D03DB5;
}
.BgClassName
{
background-color: #D03DB5;
}
</style>
border-color css
<style>
span { border-color: #D03DB5; }
span { border-color: rgb(208,61,181); }
td.TdClassName
{
border-color: #D03DB5;
}
.TagClassName
{
border-color: #D03DB5;
}
</style>