Shades of Fuchsia #D037BE
Tints of Fuchsia #D037BE
RGB
CMYK
RGB Variations
Color information
#D037BE (or 0xD037BE) is known color: Fuchsia. HEX triplet: D0, 37 and BE. RGB value is (208,55,190). Sum of RGB (Red+Green+Blue) = 208+55+190=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D037BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037BE is #2FC841. Grayscale: #737373. Windows color (decimal): -3131458 or 12466128. OLE color: 12466128.
HSL color Cylindrical-coordinate representation of color #D037BE: hue angle of 307.06º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037BE is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 190 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.18 |
| HSL | 307.06º | 0.62% | 0.52% | - |
| HSV(B) | 307.06º | 0.74% | 0.82% | - |
| XYZ | 36.67 | 19.86 | 50.62 | - |
| YUV | 116.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 190 | 0 | 0.74 | 0.09 | 0.18 | 307.06 | 0.62 | 0.52 |
| Hex | D0 | 37 | BE | 0 | 4A | 9 | 12 | 133 | 3E | 34 |
| Octal | 320 | 67 | 276 | 0 | 112 | 11 | 22 | 463 | 76 | 64 |
| Binary | 11010000 | 110111 | 10111110 | 0 | 1001010 | 1001 | 10010 | 100110011 | 111110 | 110100 |
Color Harmonies of #D037BE
Complementary color
Monochromatic Colors of #D037BE
Black with #D037BE
Text Example
Text Example
White with #D037BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037BE; }
p { color: rgb(208,55,190); }
H1.HeaderClassName
{
color: #D037BE;
}
.AnyTagClassName
{
color: #D037BE;
}
</style>
background-color css
<style>
a { background-color: #D037BE; }
a { background-color: rgb(208,55,190); }
div.DivClassName
{
background-color: #D037BE;
}
.BgClassName
{
background-color: #D037BE;
}
</style>
border-color css
<style>
span { border-color: #D037BE; }
span { border-color: rgb(208,55,190); }
td.TdClassName
{
border-color: #D037BE;
}
.TagClassName
{
border-color: #D037BE;
}
</style>