Shades of Fuchsia #D03DB3
Tints of Fuchsia #D03DB3
RGB
CMYK
RGB Variations
Color information
#D03DB3 (or 0xD03DB3) is known color: Fuchsia. HEX triplet: D0, 3D and B3. RGB value is (208,61,179). Sum of RGB (Red+Green+Blue) = 208+61+179=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DB3 is #2FC24C. Grayscale: #767676. Windows color (decimal): -3129933 or 11746768. OLE color: 11746768.
HSL color Cylindrical-coordinate representation of color #D03DB3: hue angle of 311.84º 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 #D03DB3 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 179 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.18 |
| HSL | 311.84º | 0.61% | 0.53% | - |
| HSV(B) | 311.84º | 0.71% | 0.82% | - |
| XYZ | 35.82 | 20 | 44.62 | - |
| YUV | 118.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 179 | 0 | 0.71 | 0.14 | 0.18 | 311.84 | 0.61 | 0.53 |
| Hex | D0 | 3D | B3 | 0 | 47 | E | 12 | 138 | 3D | 35 |
| Octal | 320 | 75 | 263 | 0 | 107 | 16 | 22 | 470 | 75 | 65 |
| Binary | 11010000 | 111101 | 10110011 | 0 | 1000111 | 1110 | 10010 | 100111000 | 111101 | 110101 |
Color Harmonies of #D03DB3
Complementary color
Monochromatic Colors of #D03DB3
Black with #D03DB3
Text Example
Text Example
White with #D03DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DB3; }
p { color: rgb(208,61,179); }
H1.HeaderClassName
{
color: #D03DB3;
}
.AnyTagClassName
{
color: #D03DB3;
}
</style>
background-color css
<style>
a { background-color: #D03DB3; }
a { background-color: rgb(208,61,179); }
div.DivClassName
{
background-color: #D03DB3;
}
.BgClassName
{
background-color: #D03DB3;
}
</style>
border-color css
<style>
span { border-color: #D03DB3; }
span { border-color: rgb(208,61,179); }
td.TdClassName
{
border-color: #D03DB3;
}
.TagClassName
{
border-color: #D03DB3;
}
</style>