Shades of Fuchsia #D036B4
Tints of Fuchsia #D036B4
RGB
CMYK
RGB Variations
Color information
#D036B4 (or 0xD036B4) is known color: Fuchsia. HEX triplet: D0, 36 and B4. RGB value is (208,54,180). Sum of RGB (Red+Green+Blue) = 208+54+180=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D036B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036B4 is #2FC94B. Grayscale: #727272. Windows color (decimal): -3131724 or 11810512. OLE color: 11810512.
HSL color Cylindrical-coordinate representation of color #D036B4: hue angle of 310.91º 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 #D036B4 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 180 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.18 |
| HSL | 310.91º | 0.62% | 0.51% | - |
| HSV(B) | 310.91º | 0.74% | 0.82% | - |
| XYZ | 35.57 | 19.34 | 45.04 | - |
| YUV | 114.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 180 | 0 | 0.74 | 0.13 | 0.18 | 310.91 | 0.62 | 0.51 |
| Hex | D0 | 36 | B4 | 0 | 4A | D | 12 | 137 | 3E | 33 |
| Octal | 320 | 66 | 264 | 0 | 112 | 15 | 22 | 467 | 76 | 63 |
| Binary | 11010000 | 110110 | 10110100 | 0 | 1001010 | 1101 | 10010 | 100110111 | 111110 | 110011 |
Color Harmonies of #D036B4
Complementary color
Monochromatic Colors of #D036B4
Black with #D036B4
Text Example
Text Example
White with #D036B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036B4; }
p { color: rgb(208,54,180); }
H1.HeaderClassName
{
color: #D036B4;
}
.AnyTagClassName
{
color: #D036B4;
}
</style>
background-color css
<style>
a { background-color: #D036B4; }
a { background-color: rgb(208,54,180); }
div.DivClassName
{
background-color: #D036B4;
}
.BgClassName
{
background-color: #D036B4;
}
</style>
border-color css
<style>
span { border-color: #D036B4; }
span { border-color: rgb(208,54,180); }
td.TdClassName
{
border-color: #D036B4;
}
.TagClassName
{
border-color: #D036B4;
}
</style>