Shades of Fuchsia #D036D6
Tints of Fuchsia #D036D6
RGB
CMYK
RGB Variations
Color information
#D036D6 (or 0xD036D6) is known color: Fuchsia. HEX triplet: D0, 36 and D6. RGB value is (208,54,214). Sum of RGB (Red+Green+Blue) = 208+54+214=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #D036D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036D6 is #2FC929. Grayscale: #757575. Windows color (decimal): -3131690 or 14038736. OLE color: 14038736.
HSL color Cylindrical-coordinate representation of color #D036D6: hue angle of 297.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D036D6 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 54 | 214 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.16 |
| HSL | 297.75º | 0.66% | 0.53% | - |
| HSV(B) | 297.75º | 0.75% | 0.84% | - |
| XYZ | 39.47 | 20.9 | 65.57 | - |
| YUV | 118.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 214 | 0.03 | 0.75 | 0 | 0.16 | 297.75 | 0.66 | 0.53 |
| Hex | D0 | 36 | D6 | 3 | 4B | 0 | 10 | 12A | 42 | 35 |
| Octal | 320 | 66 | 326 | 3 | 113 | 0 | 20 | 452 | 102 | 65 |
| Binary | 11010000 | 110110 | 11010110 | 11 | 1001011 | 0 | 10000 | 100101010 | 1000010 | 110101 |
Color Harmonies of #D036D6
Complementary color
Monochromatic Colors of #D036D6
Black with #D036D6
Text Example
Text Example
White with #D036D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036D6; }
p { color: rgb(208,54,214); }
H1.HeaderClassName
{
color: #D036D6;
}
.AnyTagClassName
{
color: #D036D6;
}
</style>
background-color css
<style>
a { background-color: #D036D6; }
a { background-color: rgb(208,54,214); }
div.DivClassName
{
background-color: #D036D6;
}
.BgClassName
{
background-color: #D036D6;
}
</style>
border-color css
<style>
span { border-color: #D036D6; }
span { border-color: rgb(208,54,214); }
td.TdClassName
{
border-color: #D036D6;
}
.TagClassName
{
border-color: #D036D6;
}
</style>