Shades of Fuchsia #D036C6
Tints of Fuchsia #D036C6
RGB
CMYK
RGB Variations
Color information
#D036C6 (or 0xD036C6) is known color: Fuchsia. HEX triplet: D0, 36 and C6. RGB value is (208,54,198). Sum of RGB (Red+Green+Blue) = 208+54+198=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D036C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036C6 is #2FC939. Grayscale: #747474. Windows color (decimal): -3131706 or 12990160. OLE color: 12990160.
HSL color Cylindrical-coordinate representation of color #D036C6: hue angle of 303.9º 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 #D036C6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 198 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.18 |
| HSL | 303.9º | 0.62% | 0.51% | - |
| HSV(B) | 303.9º | 0.74% | 0.82% | - |
| XYZ | 37.52 | 20.13 | 55.33 | - |
| YUV | 116.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 198 | 0 | 0.74 | 0.05 | 0.18 | 303.9 | 0.62 | 0.51 |
| Hex | D0 | 36 | C6 | 0 | 4A | 5 | 12 | 130 | 3E | 33 |
| Octal | 320 | 66 | 306 | 0 | 112 | 5 | 22 | 460 | 76 | 63 |
| Binary | 11010000 | 110110 | 11000110 | 0 | 1001010 | 101 | 10010 | 100110000 | 111110 | 110011 |
Color Harmonies of #D036C6
Complementary color
Monochromatic Colors of #D036C6
Black with #D036C6
Text Example
Text Example
White with #D036C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036C6; }
p { color: rgb(208,54,198); }
H1.HeaderClassName
{
color: #D036C6;
}
.AnyTagClassName
{
color: #D036C6;
}
</style>
background-color css
<style>
a { background-color: #D036C6; }
a { background-color: rgb(208,54,198); }
div.DivClassName
{
background-color: #D036C6;
}
.BgClassName
{
background-color: #D036C6;
}
</style>
border-color css
<style>
span { border-color: #D036C6; }
span { border-color: rgb(208,54,198); }
td.TdClassName
{
border-color: #D036C6;
}
.TagClassName
{
border-color: #D036C6;
}
</style>