Shades of Fuchsia #D058C7
Tints of Fuchsia #D058C7
RGB
CMYK
RGB Variations
Color information
#D058C7 (or 0xD058C7) is known color: Fuchsia. HEX triplet: D0, 58 and C7. RGB value is (208,88,199). Sum of RGB (Red+Green+Blue) = 208+88+199=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C7 is #2FA738. Grayscale: #888888. Windows color (decimal): -3123001 or 13064400. OLE color: 13064400.
HSL color Cylindrical-coordinate representation of color #D058C7: hue angle of 304.5º 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 #D058C7 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 199 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.18 |
| HSL | 304.5º | 0.56% | 0.58% | - |
| HSV(B) | 304.5º | 0.58% | 0.82% | - |
| XYZ | 39.81 | 24.51 | 56.67 | - |
| YUV | 136.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 199 | 0 | 0.58 | 0.04 | 0.18 | 304.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | C7 | 0 | 3A | 4 | 12 | 130 | 38 | 3A |
| Octal | 320 | 130 | 307 | 0 | 72 | 4 | 22 | 460 | 70 | 72 |
| Binary | 11010000 | 1011000 | 11000111 | 0 | 111010 | 100 | 10010 | 100110000 | 111000 | 111010 |
Color Harmonies of #D058C7
Complementary color
Monochromatic Colors of #D058C7
Black with #D058C7
Text Example
Text Example
White with #D058C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058C7; }
p { color: rgb(208,88,199); }
H1.HeaderClassName
{
color: #D058C7;
}
.AnyTagClassName
{
color: #D058C7;
}
</style>
background-color css
<style>
a { background-color: #D058C7; }
a { background-color: rgb(208,88,199); }
div.DivClassName
{
background-color: #D058C7;
}
.BgClassName
{
background-color: #D058C7;
}
</style>
border-color css
<style>
span { border-color: #D058C7; }
span { border-color: rgb(208,88,199); }
td.TdClassName
{
border-color: #D058C7;
}
.TagClassName
{
border-color: #D058C7;
}
</style>