Shades of Fuchsia #D037C5
Tints of Fuchsia #D037C5
RGB
CMYK
RGB Variations
Color information
#D037C5 (or 0xD037C5) is known color: Fuchsia. HEX triplet: D0, 37 and C5. RGB value is (208,55,197). Sum of RGB (Red+Green+Blue) = 208+55+197=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D037C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037C5 is #2FC83A. Grayscale: #747474. Windows color (decimal): -3131451 or 12924880. OLE color: 12924880.
HSL color Cylindrical-coordinate representation of color #D037C5: hue angle of 304.31º 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 #D037C5 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 197 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.18 |
| HSL | 304.31º | 0.62% | 0.52% | - |
| HSV(B) | 304.31º | 0.74% | 0.82% | - |
| XYZ | 37.46 | 20.17 | 54.74 | - |
| YUV | 116.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 197 | 0 | 0.74 | 0.05 | 0.18 | 304.31 | 0.62 | 0.52 |
| Hex | D0 | 37 | C5 | 0 | 4A | 5 | 12 | 130 | 3E | 34 |
| Octal | 320 | 67 | 305 | 0 | 112 | 5 | 22 | 460 | 76 | 64 |
| Binary | 11010000 | 110111 | 11000101 | 0 | 1001010 | 101 | 10010 | 100110000 | 111110 | 110100 |
Color Harmonies of #D037C5
Complementary color
Monochromatic Colors of #D037C5
Black with #D037C5
Text Example
Text Example
White with #D037C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037C5; }
p { color: rgb(208,55,197); }
H1.HeaderClassName
{
color: #D037C5;
}
.AnyTagClassName
{
color: #D037C5;
}
</style>
background-color css
<style>
a { background-color: #D037C5; }
a { background-color: rgb(208,55,197); }
div.DivClassName
{
background-color: #D037C5;
}
.BgClassName
{
background-color: #D037C5;
}
</style>
border-color css
<style>
span { border-color: #D037C5; }
span { border-color: rgb(208,55,197); }
td.TdClassName
{
border-color: #D037C5;
}
.TagClassName
{
border-color: #D037C5;
}
</style>