Shades of Fuchsia #D058CE
Tints of Fuchsia #D058CE
RGB
CMYK
RGB Variations
Color information
#D058CE (or 0xD058CE) is known color: Fuchsia. HEX triplet: D0, 58 and CE. RGB value is (208,88,206). Sum of RGB (Red+Green+Blue) = 208+88+206=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D058CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058CE is #2FA731. Grayscale: #888888. Windows color (decimal): -3122994 or 13523152. OLE color: 13523152.
HSL color Cylindrical-coordinate representation of color #D058CE: hue angle of 301º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D058CE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 206 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.18 |
| HSL | 301º | 0.56% | 0.58% | - |
| HSV(B) | 301º | 0.58% | 0.82% | - |
| XYZ | 40.64 | 24.85 | 61.05 | - |
| YUV | 137.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 206 | 0 | 0.58 | 0.01 | 0.18 | 301 | 0.56 | 0.58 |
| Hex | D0 | 58 | CE | 0 | 3A | 1 | 12 | 12D | 38 | 3A |
| Octal | 320 | 130 | 316 | 0 | 72 | 1 | 22 | 455 | 70 | 72 |
| Binary | 11010000 | 1011000 | 11001110 | 0 | 111010 | 1 | 10010 | 100101101 | 111000 | 111010 |
Color Harmonies of #D058CE
Complementary color
Monochromatic Colors of #D058CE
Black with #D058CE
Text Example
Text Example
White with #D058CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058CE; }
p { color: rgb(208,88,206); }
H1.HeaderClassName
{
color: #D058CE;
}
.AnyTagClassName
{
color: #D058CE;
}
</style>
background-color css
<style>
a { background-color: #D058CE; }
a { background-color: rgb(208,88,206); }
div.DivClassName
{
background-color: #D058CE;
}
.BgClassName
{
background-color: #D058CE;
}
</style>
border-color css
<style>
span { border-color: #D058CE; }
span { border-color: rgb(208,88,206); }
td.TdClassName
{
border-color: #D058CE;
}
.TagClassName
{
border-color: #D058CE;
}
</style>