Shades of Fuchsia #D033C7
Tints of Fuchsia #D033C7
RGB
CMYK
RGB Variations
Color information
#D033C7 (or 0xD033C7) is known color: Fuchsia. HEX triplet: D0, 33 and C7. RGB value is (208,51,199). Sum of RGB (Red+Green+Blue) = 208+51+199=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D033C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033C7 is #2FCC38. Grayscale: #727272. Windows color (decimal): -3132473 or 13054928. OLE color: 13054928.
HSL color Cylindrical-coordinate representation of color #D033C7: hue angle of 303.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033C7 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 199 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.18 |
| HSL | 303.44º | 0.63% | 0.51% | - |
| HSV(B) | 303.44º | 0.75% | 0.82% | - |
| XYZ | 37.51 | 19.9 | 55.9 | - |
| YUV | 114.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 199 | 0 | 0.75 | 0.04 | 0.18 | 303.44 | 0.63 | 0.51 |
| Hex | D0 | 33 | C7 | 0 | 4B | 4 | 12 | 12F | 3F | 33 |
| Octal | 320 | 63 | 307 | 0 | 113 | 4 | 22 | 457 | 77 | 63 |
| Binary | 11010000 | 110011 | 11000111 | 0 | 1001011 | 100 | 10010 | 100101111 | 111111 | 110011 |
Color Harmonies of #D033C7
Complementary color
Monochromatic Colors of #D033C7
Black with #D033C7
Text Example
Text Example
White with #D033C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033C7; }
p { color: rgb(208,51,199); }
H1.HeaderClassName
{
color: #D033C7;
}
.AnyTagClassName
{
color: #D033C7;
}
</style>
background-color css
<style>
a { background-color: #D033C7; }
a { background-color: rgb(208,51,199); }
div.DivClassName
{
background-color: #D033C7;
}
.BgClassName
{
background-color: #D033C7;
}
</style>
border-color css
<style>
span { border-color: #D033C7; }
span { border-color: rgb(208,51,199); }
td.TdClassName
{
border-color: #D033C7;
}
.TagClassName
{
border-color: #D033C7;
}
</style>