Shades of Fuchsia #D058D0
Tints of Fuchsia #D058D0
RGB
CMYK
RGB Variations
Color information
#D058D0 (or 0xD058D0) is known color: Fuchsia. HEX triplet: D0, 58 and D0. RGB value is (208,88,208). Sum of RGB (Red+Green+Blue) = 208+88+208=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D058D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058D0 is #2FA72F. Grayscale: #898989. Windows color (decimal): -3122992 or 13654224. OLE color: 13654224.
HSL color Cylindrical-coordinate representation of color #D058D0: hue angle of 300º 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 #D058D0 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 208 | - |
| CMYK | 0 | 0.58 | 0 | 0.18 |
| HSL | 300º | 0.56% | 0.58% | - |
| HSV(B) | 300º | 0.58% | 0.82% | - |
| XYZ | 40.89 | 24.94 | 62.33 | - |
| YUV | 137.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 208 | 0 | 0.58 | 0 | 0.18 | 300 | 0.56 | 0.58 |
| Hex | D0 | 58 | D0 | 0 | 3A | 0 | 12 | 12C | 38 | 3A |
| Octal | 320 | 130 | 320 | 0 | 72 | 0 | 22 | 454 | 70 | 72 |
| Binary | 11010000 | 1011000 | 11010000 | 0 | 111010 | 0 | 10010 | 100101100 | 111000 | 111010 |
Color Harmonies of #D058D0
Complementary color
Monochromatic Colors of #D058D0
Black with #D058D0
Text Example
Text Example
White with #D058D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058D0; }
p { color: rgb(208,88,208); }
H1.HeaderClassName
{
color: #D058D0;
}
.AnyTagClassName
{
color: #D058D0;
}
</style>
background-color css
<style>
a { background-color: #D058D0; }
a { background-color: rgb(208,88,208); }
div.DivClassName
{
background-color: #D058D0;
}
.BgClassName
{
background-color: #D058D0;
}
</style>
border-color css
<style>
span { border-color: #D058D0; }
span { border-color: rgb(208,88,208); }
td.TdClassName
{
border-color: #D058D0;
}
.TagClassName
{
border-color: #D058D0;
}
</style>