Shades of Fuchsia #D058C6
Tints of Fuchsia #D058C6
RGB
CMYK
RGB Variations
Color information
#D058C6 (or 0xD058C6) is known color: Fuchsia. HEX triplet: D0, 58 and C6. RGB value is (208,88,198). Sum of RGB (Red+Green+Blue) = 208+88+198=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C6 is #2FA739. Grayscale: #888888. Windows color (decimal): -3123002 or 12998864. OLE color: 12998864.
HSL color Cylindrical-coordinate representation of color #D058C6: hue angle of 305º 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 #D058C6 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 198 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.18 |
| HSL | 305º | 0.56% | 0.58% | - |
| HSV(B) | 305º | 0.58% | 0.82% | - |
| XYZ | 39.7 | 24.47 | 56.06 | - |
| YUV | 136.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 198 | 0 | 0.58 | 0.05 | 0.18 | 305 | 0.56 | 0.58 |
| Hex | D0 | 58 | C6 | 0 | 3A | 5 | 12 | 131 | 38 | 3A |
| Octal | 320 | 130 | 306 | 0 | 72 | 5 | 22 | 461 | 70 | 72 |
| Binary | 11010000 | 1011000 | 11000110 | 0 | 111010 | 101 | 10010 | 100110001 | 111000 | 111010 |
Color Harmonies of #D058C6
Complementary color
Monochromatic Colors of #D058C6
Black with #D058C6
Text Example
Text Example
White with #D058C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058C6; }
p { color: rgb(208,88,198); }
H1.HeaderClassName
{
color: #D058C6;
}
.AnyTagClassName
{
color: #D058C6;
}
</style>
background-color css
<style>
a { background-color: #D058C6; }
a { background-color: rgb(208,88,198); }
div.DivClassName
{
background-color: #D058C6;
}
.BgClassName
{
background-color: #D058C6;
}
</style>
border-color css
<style>
span { border-color: #D058C6; }
span { border-color: rgb(208,88,198); }
td.TdClassName
{
border-color: #D058C6;
}
.TagClassName
{
border-color: #D058C6;
}
</style>