Shades of Fuchsia #D036D5
Tints of Fuchsia #D036D5
RGB
CMYK
RGB Variations
Color information
#D036D5 (or 0xD036D5) is known color: Fuchsia. HEX triplet: D0, 36 and D5. RGB value is (208,54,213). Sum of RGB (Red+Green+Blue) = 208+54+213=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #D036D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036D5 is #2FC92A. Grayscale: #757575. Windows color (decimal): -3131691 or 13973200. OLE color: 13973200.
HSL color Cylindrical-coordinate representation of color #D036D5: hue angle of 298.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D036D5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 54 | 213 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.16 |
| HSL | 298.11º | 0.65% | 0.52% | - |
| HSV(B) | 298.11º | 0.75% | 0.84% | - |
| XYZ | 39.34 | 20.85 | 64.9 | - |
| YUV | 118.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 213 | 0.02 | 0.75 | 0 | 0.16 | 298.11 | 0.65 | 0.52 |
| Hex | D0 | 36 | D5 | 2 | 4B | 0 | 10 | 12A | 41 | 34 |
| Octal | 320 | 66 | 325 | 2 | 113 | 0 | 20 | 452 | 101 | 64 |
| Binary | 11010000 | 110110 | 11010101 | 10 | 1001011 | 0 | 10000 | 100101010 | 1000001 | 110100 |
Color Harmonies of #D036D5
Complementary color
Monochromatic Colors of #D036D5
Black with #D036D5
Text Example
Text Example
White with #D036D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036D5; }
p { color: rgb(208,54,213); }
H1.HeaderClassName
{
color: #D036D5;
}
.AnyTagClassName
{
color: #D036D5;
}
</style>
background-color css
<style>
a { background-color: #D036D5; }
a { background-color: rgb(208,54,213); }
div.DivClassName
{
background-color: #D036D5;
}
.BgClassName
{
background-color: #D036D5;
}
</style>
border-color css
<style>
span { border-color: #D036D5; }
span { border-color: rgb(208,54,213); }
td.TdClassName
{
border-color: #D036D5;
}
.TagClassName
{
border-color: #D036D5;
}
</style>