Shades of Fuchsia #D031CE
Tints of Fuchsia #D031CE
RGB
CMYK
RGB Variations
Color information
#D031CE (or 0xD031CE) is known color: Fuchsia. HEX triplet: D0, 31 and CE. RGB value is (208,49,206). Sum of RGB (Red+Green+Blue) = 208+49+206=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D031CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031CE is #2FCE31. Grayscale: #717171. Windows color (decimal): -3132978 or 13513168. OLE color: 13513168.
HSL color Cylindrical-coordinate representation of color #D031CE: hue angle of 300.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031CE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 206 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.18 |
| HSL | 300.75º | 0.63% | 0.5% | - |
| HSV(B) | 300.75º | 0.76% | 0.82% | - |
| XYZ | 38.25 | 20.06 | 60.25 | - |
| YUV | 114.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 206 | 0 | 0.76 | 0.01 | 0.18 | 300.75 | 0.63 | 0.5 |
| Hex | D0 | 31 | CE | 0 | 4C | 1 | 12 | 12D | 3F | 32 |
| Octal | 320 | 61 | 316 | 0 | 114 | 1 | 22 | 455 | 77 | 62 |
| Binary | 11010000 | 110001 | 11001110 | 0 | 1001100 | 1 | 10010 | 100101101 | 111111 | 110010 |
Color Harmonies of #D031CE
Complementary color
Monochromatic Colors of #D031CE
Black with #D031CE
Text Example
Text Example
White with #D031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031CE; }
p { color: rgb(208,49,206); }
H1.HeaderClassName
{
color: #D031CE;
}
.AnyTagClassName
{
color: #D031CE;
}
</style>
background-color css
<style>
a { background-color: #D031CE; }
a { background-color: rgb(208,49,206); }
div.DivClassName
{
background-color: #D031CE;
}
.BgClassName
{
background-color: #D031CE;
}
</style>
border-color css
<style>
span { border-color: #D031CE; }
span { border-color: rgb(208,49,206); }
td.TdClassName
{
border-color: #D031CE;
}
.TagClassName
{
border-color: #D031CE;
}
</style>