Shades of Fuchsia #D058C4
Tints of Fuchsia #D058C4
RGB
CMYK
RGB Variations
Color information
#D058C4 (or 0xD058C4) is known color: Fuchsia. HEX triplet: D0, 58 and C4. RGB value is (208,88,196). Sum of RGB (Red+Green+Blue) = 208+88+196=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D058C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058C4 is #2FA73B. Grayscale: #878787. Windows color (decimal): -3123004 or 12867792. OLE color: 12867792.
HSL color Cylindrical-coordinate representation of color #D058C4: hue angle of 306º 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 #D058C4 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 196 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.18 |
| HSL | 306º | 0.56% | 0.58% | - |
| HSV(B) | 306º | 0.58% | 0.82% | - |
| XYZ | 39.47 | 24.37 | 54.85 | - |
| YUV | 136.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 196 | 0 | 0.58 | 0.06 | 0.18 | 306 | 0.56 | 0.58 |
| Hex | D0 | 58 | C4 | 0 | 3A | 6 | 12 | 132 | 38 | 3A |
| Octal | 320 | 130 | 304 | 0 | 72 | 6 | 22 | 462 | 70 | 72 |
| Binary | 11010000 | 1011000 | 11000100 | 0 | 111010 | 110 | 10010 | 100110010 | 111000 | 111010 |
Color Harmonies of #D058C4
Complementary color
Monochromatic Colors of #D058C4
Black with #D058C4
Text Example
Text Example
White with #D058C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058C4; }
p { color: rgb(208,88,196); }
H1.HeaderClassName
{
color: #D058C4;
}
.AnyTagClassName
{
color: #D058C4;
}
</style>
background-color css
<style>
a { background-color: #D058C4; }
a { background-color: rgb(208,88,196); }
div.DivClassName
{
background-color: #D058C4;
}
.BgClassName
{
background-color: #D058C4;
}
</style>
border-color css
<style>
span { border-color: #D058C4; }
span { border-color: rgb(208,88,196); }
td.TdClassName
{
border-color: #D058C4;
}
.TagClassName
{
border-color: #D058C4;
}
</style>