Shades of Fuchsia #D036CD
Tints of Fuchsia #D036CD
RGB
CMYK
RGB Variations
Color information
#D036CD (or 0xD036CD) is known color: Fuchsia. HEX triplet: D0, 36 and CD. RGB value is (208,54,205). Sum of RGB (Red+Green+Blue) = 208+54+205=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D036CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036CD is #2FC932. Grayscale: #747474. Windows color (decimal): -3131699 or 13448912. OLE color: 13448912.
HSL color Cylindrical-coordinate representation of color #D036CD: hue angle of 301.17º 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 #D036CD is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 205 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.18 |
| HSL | 301.17º | 0.62% | 0.51% | - |
| HSV(B) | 301.17º | 0.74% | 0.82% | - |
| XYZ | 38.35 | 20.46 | 59.68 | - |
| YUV | 117.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 205 | 0 | 0.74 | 0.01 | 0.18 | 301.17 | 0.62 | 0.51 |
| Hex | D0 | 36 | CD | 0 | 4A | 1 | 12 | 12D | 3E | 33 |
| Octal | 320 | 66 | 315 | 0 | 112 | 1 | 22 | 455 | 76 | 63 |
| Binary | 11010000 | 110110 | 11001101 | 0 | 1001010 | 1 | 10010 | 100101101 | 111110 | 110011 |
Color Harmonies of #D036CD
Complementary color
Monochromatic Colors of #D036CD
Black with #D036CD
Text Example
Text Example
White with #D036CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036CD; }
p { color: rgb(208,54,205); }
H1.HeaderClassName
{
color: #D036CD;
}
.AnyTagClassName
{
color: #D036CD;
}
</style>
background-color css
<style>
a { background-color: #D036CD; }
a { background-color: rgb(208,54,205); }
div.DivClassName
{
background-color: #D036CD;
}
.BgClassName
{
background-color: #D036CD;
}
</style>
border-color css
<style>
span { border-color: #D036CD; }
span { border-color: rgb(208,54,205); }
td.TdClassName
{
border-color: #D036CD;
}
.TagClassName
{
border-color: #D036CD;
}
</style>