Shades of Fuchsia #D036CC
Tints of Fuchsia #D036CC
RGB
CMYK
RGB Variations
Color information
#D036CC (or 0xD036CC) is known color: Fuchsia. HEX triplet: D0, 36 and CC. RGB value is (208,54,204). Sum of RGB (Red+Green+Blue) = 208+54+204=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D036CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036CC is #2FC933. Grayscale: #747474. Windows color (decimal): -3131700 or 13383376. OLE color: 13383376.
HSL color Cylindrical-coordinate representation of color #D036CC: hue angle of 301.56º 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 #D036CC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 204 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.18 |
| HSL | 301.56º | 0.62% | 0.51% | - |
| HSV(B) | 301.56º | 0.74% | 0.82% | - |
| XYZ | 38.23 | 20.41 | 59.05 | - |
| YUV | 117.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 204 | 0 | 0.74 | 0.02 | 0.18 | 301.56 | 0.62 | 0.51 |
| Hex | D0 | 36 | CC | 0 | 4A | 2 | 12 | 12E | 3E | 33 |
| Octal | 320 | 66 | 314 | 0 | 112 | 2 | 22 | 456 | 76 | 63 |
| Binary | 11010000 | 110110 | 11001100 | 0 | 1001010 | 10 | 10010 | 100101110 | 111110 | 110011 |
Color Harmonies of #D036CC
Complementary color
Monochromatic Colors of #D036CC
Black with #D036CC
Text Example
Text Example
White with #D036CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036CC; }
p { color: rgb(208,54,204); }
H1.HeaderClassName
{
color: #D036CC;
}
.AnyTagClassName
{
color: #D036CC;
}
</style>
background-color css
<style>
a { background-color: #D036CC; }
a { background-color: rgb(208,54,204); }
div.DivClassName
{
background-color: #D036CC;
}
.BgClassName
{
background-color: #D036CC;
}
</style>
border-color css
<style>
span { border-color: #D036CC; }
span { border-color: rgb(208,54,204); }
td.TdClassName
{
border-color: #D036CC;
}
.TagClassName
{
border-color: #D036CC;
}
</style>