Shades of Fuchsia #D036CE
Tints of Fuchsia #D036CE
RGB
CMYK
RGB Variations
Color information
#D036CE (or 0xD036CE) is known color: Fuchsia. HEX triplet: D0, 36 and CE. RGB value is (208,54,206). Sum of RGB (Red+Green+Blue) = 208+54+206=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D036CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036CE is #2FC931. Grayscale: #747474. Windows color (decimal): -3131698 or 13514448. OLE color: 13514448.
HSL color Cylindrical-coordinate representation of color #D036CE: hue angle of 300.78º 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 #D036CE is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 206 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.18 |
| HSL | 300.78º | 0.62% | 0.51% | - |
| HSV(B) | 300.78º | 0.74% | 0.82% | - |
| XYZ | 38.47 | 20.5 | 60.32 | - |
| YUV | 117.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 206 | 0 | 0.74 | 0.01 | 0.18 | 300.78 | 0.62 | 0.51 |
| Hex | D0 | 36 | CE | 0 | 4A | 1 | 12 | 12D | 3E | 33 |
| Octal | 320 | 66 | 316 | 0 | 112 | 1 | 22 | 455 | 76 | 63 |
| Binary | 11010000 | 110110 | 11001110 | 0 | 1001010 | 1 | 10010 | 100101101 | 111110 | 110011 |
Color Harmonies of #D036CE
Complementary color
Monochromatic Colors of #D036CE
Black with #D036CE
Text Example
Text Example
White with #D036CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036CE; }
p { color: rgb(208,54,206); }
H1.HeaderClassName
{
color: #D036CE;
}
.AnyTagClassName
{
color: #D036CE;
}
</style>
background-color css
<style>
a { background-color: #D036CE; }
a { background-color: rgb(208,54,206); }
div.DivClassName
{
background-color: #D036CE;
}
.BgClassName
{
background-color: #D036CE;
}
</style>
border-color css
<style>
span { border-color: #D036CE; }
span { border-color: rgb(208,54,206); }
td.TdClassName
{
border-color: #D036CE;
}
.TagClassName
{
border-color: #D036CE;
}
</style>