Shades of Fuchsia #D03CBC
Tints of Fuchsia #D03CBC
RGB
CMYK
RGB Variations
Color information
#D03CBC (or 0xD03CBC) is known color: Fuchsia. HEX triplet: D0, 3C and BC. RGB value is (208,60,188). Sum of RGB (Red+Green+Blue) = 208+60+188=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CBC is #2FC343. Grayscale: #767676. Windows color (decimal): -3130180 or 12336336. OLE color: 12336336.
HSL color Cylindrical-coordinate representation of color #D03CBC: hue angle of 308.11º 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 #D03CBC is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 188 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.18 |
| HSL | 308.11º | 0.61% | 0.53% | - |
| HSV(B) | 308.11º | 0.71% | 0.82% | - |
| XYZ | 36.71 | 20.27 | 49.56 | - |
| YUV | 118.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 188 | 0 | 0.71 | 0.10 | 0.18 | 308.11 | 0.61 | 0.53 |
| Hex | D0 | 3C | BC | 0 | 47 | A | 12 | 134 | 3D | 35 |
| Octal | 320 | 74 | 274 | 0 | 107 | 12 | 22 | 464 | 75 | 65 |
| Binary | 11010000 | 111100 | 10111100 | 0 | 1000111 | 1010 | 10010 | 100110100 | 111101 | 110101 |
Color Harmonies of #D03CBC
Complementary color
Monochromatic Colors of #D03CBC
Black with #D03CBC
Text Example
Text Example
White with #D03CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CBC; }
p { color: rgb(208,60,188); }
H1.HeaderClassName
{
color: #D03CBC;
}
.AnyTagClassName
{
color: #D03CBC;
}
</style>
background-color css
<style>
a { background-color: #D03CBC; }
a { background-color: rgb(208,60,188); }
div.DivClassName
{
background-color: #D03CBC;
}
.BgClassName
{
background-color: #D03CBC;
}
</style>
border-color css
<style>
span { border-color: #D03CBC; }
span { border-color: rgb(208,60,188); }
td.TdClassName
{
border-color: #D03CBC;
}
.TagClassName
{
border-color: #D03CBC;
}
</style>