Shades of Fuchsia #D03DB4
Tints of Fuchsia #D03DB4
RGB
CMYK
RGB Variations
Color information
#D03DB4 (or 0xD03DB4) is known color: Fuchsia. HEX triplet: D0, 3D and B4. RGB value is (208,61,180). Sum of RGB (Red+Green+Blue) = 208+61+180=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB4 is #2FC24B. Grayscale: #767676. Windows color (decimal): -3129932 or 11812304. OLE color: 11812304.
HSL color Cylindrical-coordinate representation of color #D03DB4: hue angle of 311.43º 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 #D03DB4 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 180 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.18 |
| HSL | 311.43º | 0.61% | 0.53% | - |
| HSV(B) | 311.43º | 0.71% | 0.82% | - |
| XYZ | 35.92 | 20.04 | 45.16 | - |
| YUV | 118.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 180 | 0 | 0.71 | 0.13 | 0.18 | 311.43 | 0.61 | 0.53 |
| Hex | D0 | 3D | B4 | 0 | 47 | D | 12 | 137 | 3D | 35 |
| Octal | 320 | 75 | 264 | 0 | 107 | 15 | 22 | 467 | 75 | 65 |
| Binary | 11010000 | 111101 | 10110100 | 0 | 1000111 | 1101 | 10010 | 100110111 | 111101 | 110101 |
Color Harmonies of #D03DB4
Complementary color
Monochromatic Colors of #D03DB4
Black with #D03DB4
Text Example
Text Example
White with #D03DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DB4; }
p { color: rgb(208,61,180); }
H1.HeaderClassName
{
color: #D03DB4;
}
.AnyTagClassName
{
color: #D03DB4;
}
</style>
background-color css
<style>
a { background-color: #D03DB4; }
a { background-color: rgb(208,61,180); }
div.DivClassName
{
background-color: #D03DB4;
}
.BgClassName
{
background-color: #D03DB4;
}
</style>
border-color css
<style>
span { border-color: #D03DB4; }
span { border-color: rgb(208,61,180); }
td.TdClassName
{
border-color: #D03DB4;
}
.TagClassName
{
border-color: #D03DB4;
}
</style>