Shades of Fuchsia #D03CB9
Tints of Fuchsia #D03CB9
RGB
CMYK
RGB Variations
Color information
#D03CB9 (or 0xD03CB9) is known color: Fuchsia. HEX triplet: D0, 3C and B9. RGB value is (208,60,185). Sum of RGB (Red+Green+Blue) = 208+60+185=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CB9 is #2FC346. Grayscale: #767676. Windows color (decimal): -3130183 or 12139728. OLE color: 12139728.
HSL color Cylindrical-coordinate representation of color #D03CB9: hue angle of 309.32º 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 #D03CB9 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 185 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.18 |
| HSL | 309.32º | 0.61% | 0.53% | - |
| HSV(B) | 309.32º | 0.71% | 0.82% | - |
| XYZ | 36.39 | 20.14 | 47.87 | - |
| YUV | 118.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 185 | 0 | 0.71 | 0.11 | 0.18 | 309.32 | 0.61 | 0.53 |
| Hex | D0 | 3C | B9 | 0 | 47 | B | 12 | 135 | 3D | 35 |
| Octal | 320 | 74 | 271 | 0 | 107 | 13 | 22 | 465 | 75 | 65 |
| Binary | 11010000 | 111100 | 10111001 | 0 | 1000111 | 1011 | 10010 | 100110101 | 111101 | 110101 |
Color Harmonies of #D03CB9
Complementary color
Monochromatic Colors of #D03CB9
Black with #D03CB9
Text Example
Text Example
White with #D03CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CB9; }
p { color: rgb(208,60,185); }
H1.HeaderClassName
{
color: #D03CB9;
}
.AnyTagClassName
{
color: #D03CB9;
}
</style>
background-color css
<style>
a { background-color: #D03CB9; }
a { background-color: rgb(208,60,185); }
div.DivClassName
{
background-color: #D03CB9;
}
.BgClassName
{
background-color: #D03CB9;
}
</style>
border-color css
<style>
span { border-color: #D03CB9; }
span { border-color: rgb(208,60,185); }
td.TdClassName
{
border-color: #D03CB9;
}
.TagClassName
{
border-color: #D03CB9;
}
</style>