Shades of Fuchsia #D03BCC
Tints of Fuchsia #D03BCC
RGB
CMYK
RGB Variations
Color information
#D03BCC (or 0xD03BCC) is known color: Fuchsia. HEX triplet: D0, 3B and CC. RGB value is (208,59,204). Sum of RGB (Red+Green+Blue) = 208+59+204=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BCC is #2FC433. Grayscale: #777777. Windows color (decimal): -3130420 or 13384656. OLE color: 13384656.
HSL color Cylindrical-coordinate representation of color #D03BCC: hue angle of 301.61º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03BCC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 204 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 301.61º | 0.61% | 0.52% | - |
| HSV(B) | 301.61º | 0.72% | 0.82% | - |
| XYZ | 38.48 | 20.9 | 59.13 | - |
| YUV | 120.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 204 | 0 | 0.72 | 0.02 | 0.18 | 301.61 | 0.61 | 0.52 |
| Hex | D0 | 3B | CC | 0 | 48 | 2 | 12 | 12E | 3D | 34 |
| Octal | 320 | 73 | 314 | 0 | 110 | 2 | 22 | 456 | 75 | 64 |
| Binary | 11010000 | 111011 | 11001100 | 0 | 1001000 | 10 | 10010 | 100101110 | 111101 | 110100 |
Color Harmonies of #D03BCC
Complementary color
Monochromatic Colors of #D03BCC
Black with #D03BCC
Text Example
Text Example
White with #D03BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BCC; }
p { color: rgb(208,59,204); }
H1.HeaderClassName
{
color: #D03BCC;
}
.AnyTagClassName
{
color: #D03BCC;
}
</style>
background-color css
<style>
a { background-color: #D03BCC; }
a { background-color: rgb(208,59,204); }
div.DivClassName
{
background-color: #D03BCC;
}
.BgClassName
{
background-color: #D03BCC;
}
</style>
border-color css
<style>
span { border-color: #D03BCC; }
span { border-color: rgb(208,59,204); }
td.TdClassName
{
border-color: #D03BCC;
}
.TagClassName
{
border-color: #D03BCC;
}
</style>