Shades of Fuchsia #D036C9
Tints of Fuchsia #D036C9
RGB
CMYK
RGB Variations
Color information
#D036C9 (or 0xD036C9) is known color: Fuchsia. HEX triplet: D0, 36 and C9. RGB value is (208,54,201). Sum of RGB (Red+Green+Blue) = 208+54+201=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D036C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036C9 is #2FC936. Grayscale: #747474. Windows color (decimal): -3131703 or 13186768. OLE color: 13186768.
HSL color Cylindrical-coordinate representation of color #D036C9: hue angle of 302.73º 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 #D036C9 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 201 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.18 |
| HSL | 302.73º | 0.62% | 0.51% | - |
| HSV(B) | 302.73º | 0.74% | 0.82% | - |
| XYZ | 37.87 | 20.27 | 57.17 | - |
| YUV | 116.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 201 | 0 | 0.74 | 0.03 | 0.18 | 302.73 | 0.62 | 0.51 |
| Hex | D0 | 36 | C9 | 0 | 4A | 3 | 12 | 12F | 3E | 33 |
| Octal | 320 | 66 | 311 | 0 | 112 | 3 | 22 | 457 | 76 | 63 |
| Binary | 11010000 | 110110 | 11001001 | 0 | 1001010 | 11 | 10010 | 100101111 | 111110 | 110011 |
Color Harmonies of #D036C9
Complementary color
Monochromatic Colors of #D036C9
Black with #D036C9
Text Example
Text Example
White with #D036C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036C9; }
p { color: rgb(208,54,201); }
H1.HeaderClassName
{
color: #D036C9;
}
.AnyTagClassName
{
color: #D036C9;
}
</style>
background-color css
<style>
a { background-color: #D036C9; }
a { background-color: rgb(208,54,201); }
div.DivClassName
{
background-color: #D036C9;
}
.BgClassName
{
background-color: #D036C9;
}
</style>
border-color css
<style>
span { border-color: #D036C9; }
span { border-color: rgb(208,54,201); }
td.TdClassName
{
border-color: #D036C9;
}
.TagClassName
{
border-color: #D036C9;
}
</style>