Shades of Fuchsia #D036D0
Tints of Fuchsia #D036D0
RGB
CMYK
RGB Variations
Color information
#D036D0 (or 0xD036D0) is known color: Fuchsia. HEX triplet: D0, 36 and D0. RGB value is (208,54,208). Sum of RGB (Red+Green+Blue) = 208+54+208=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D036D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036D0 is #2FC92F. Grayscale: #757575. Windows color (decimal): -3131696 or 13645520. OLE color: 13645520.
HSL color Cylindrical-coordinate representation of color #D036D0: hue angle of 300º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036D0 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 208 | - |
| CMYK | 0 | 0.74 | 0 | 0.18 |
| HSL | 300º | 0.62% | 0.51% | - |
| HSV(B) | 300º | 0.74% | 0.82% | - |
| XYZ | 38.72 | 20.6 | 61.61 | - |
| YUV | 117.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 208 | 0 | 0.74 | 0 | 0.18 | 300 | 0.62 | 0.51 |
| Hex | D0 | 36 | D0 | 0 | 4A | 0 | 12 | 12C | 3E | 33 |
| Octal | 320 | 66 | 320 | 0 | 112 | 0 | 22 | 454 | 76 | 63 |
| Binary | 11010000 | 110110 | 11010000 | 0 | 1001010 | 0 | 10010 | 100101100 | 111110 | 110011 |
Color Harmonies of #D036D0
Complementary color
Monochromatic Colors of #D036D0
Black with #D036D0
Text Example
Text Example
White with #D036D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036D0; }
p { color: rgb(208,54,208); }
H1.HeaderClassName
{
color: #D036D0;
}
.AnyTagClassName
{
color: #D036D0;
}
</style>
background-color css
<style>
a { background-color: #D036D0; }
a { background-color: rgb(208,54,208); }
div.DivClassName
{
background-color: #D036D0;
}
.BgClassName
{
background-color: #D036D0;
}
</style>
border-color css
<style>
span { border-color: #D036D0; }
span { border-color: rgb(208,54,208); }
td.TdClassName
{
border-color: #D036D0;
}
.TagClassName
{
border-color: #D036D0;
}
</style>