Shades of Fuchsia #D036C7
Tints of Fuchsia #D036C7
RGB
CMYK
RGB Variations
Color information
#D036C7 (or 0xD036C7) is known color: Fuchsia. HEX triplet: D0, 36 and C7. RGB value is (208,54,199). Sum of RGB (Red+Green+Blue) = 208+54+199=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D036C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036C7 is #2FC938. Grayscale: #747474. Windows color (decimal): -3131705 or 13055696. OLE color: 13055696.
HSL color Cylindrical-coordinate representation of color #D036C7: hue angle of 303.51º 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 #D036C7 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 199 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.18 |
| HSL | 303.51º | 0.62% | 0.51% | - |
| HSV(B) | 303.51º | 0.74% | 0.82% | - |
| XYZ | 37.64 | 20.17 | 55.94 | - |
| YUV | 116.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 199 | 0 | 0.74 | 0.04 | 0.18 | 303.51 | 0.62 | 0.51 |
| Hex | D0 | 36 | C7 | 0 | 4A | 4 | 12 | 130 | 3E | 33 |
| Octal | 320 | 66 | 307 | 0 | 112 | 4 | 22 | 460 | 76 | 63 |
| Binary | 11010000 | 110110 | 11000111 | 0 | 1001010 | 100 | 10010 | 100110000 | 111110 | 110011 |
Color Harmonies of #D036C7
Complementary color
Monochromatic Colors of #D036C7
Black with #D036C7
Text Example
Text Example
White with #D036C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036C7; }
p { color: rgb(208,54,199); }
H1.HeaderClassName
{
color: #D036C7;
}
.AnyTagClassName
{
color: #D036C7;
}
</style>
background-color css
<style>
a { background-color: #D036C7; }
a { background-color: rgb(208,54,199); }
div.DivClassName
{
background-color: #D036C7;
}
.BgClassName
{
background-color: #D036C7;
}
</style>
border-color css
<style>
span { border-color: #D036C7; }
span { border-color: rgb(208,54,199); }
td.TdClassName
{
border-color: #D036C7;
}
.TagClassName
{
border-color: #D036C7;
}
</style>