Shades of Fuchsia #D033D6
Tints of Fuchsia #D033D6
RGB
CMYK
RGB Variations
Color information
#D033D6 (or 0xD033D6) is known color: Fuchsia. HEX triplet: D0, 33 and D6. RGB value is (208,51,214). Sum of RGB (Red+Green+Blue) = 208+51+214=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #D033D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033D6 is #2FCC29. Grayscale: #747474. Windows color (decimal): -3132458 or 14037968. OLE color: 14037968.
HSL color Cylindrical-coordinate representation of color #D033D6: hue angle of 297.79º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D033D6 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 51 | 214 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.16 |
| HSL | 297.79º | 0.67% | 0.52% | - |
| HSV(B) | 297.79º | 0.76% | 0.84% | - |
| XYZ | 39.33 | 20.63 | 65.53 | - |
| YUV | 116.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 214 | 0.03 | 0.76 | 0 | 0.16 | 297.79 | 0.67 | 0.52 |
| Hex | D0 | 33 | D6 | 3 | 4C | 0 | 10 | 12A | 43 | 34 |
| Octal | 320 | 63 | 326 | 3 | 114 | 0 | 20 | 452 | 103 | 64 |
| Binary | 11010000 | 110011 | 11010110 | 11 | 1001100 | 0 | 10000 | 100101010 | 1000011 | 110100 |
Color Harmonies of #D033D6
Complementary color
Monochromatic Colors of #D033D6
Black with #D033D6
Text Example
Text Example
White with #D033D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033D6; }
p { color: rgb(208,51,214); }
H1.HeaderClassName
{
color: #D033D6;
}
.AnyTagClassName
{
color: #D033D6;
}
</style>
background-color css
<style>
a { background-color: #D033D6; }
a { background-color: rgb(208,51,214); }
div.DivClassName
{
background-color: #D033D6;
}
.BgClassName
{
background-color: #D033D6;
}
</style>
border-color css
<style>
span { border-color: #D033D6; }
span { border-color: rgb(208,51,214); }
td.TdClassName
{
border-color: #D033D6;
}
.TagClassName
{
border-color: #D033D6;
}
</style>