Shades of Fuchsia #D058AB
Tints of Fuchsia #D058AB
RGB
CMYK
RGB Variations
Color information
#D058AB (or 0xD058AB) is known color: Fuchsia. HEX triplet: D0, 58 and AB. RGB value is (208,88,171). Sum of RGB (Red+Green+Blue) = 208+88+171=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D058AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D058AB is #2FA754. Grayscale: #858585. Windows color (decimal): -3123029 or 11229392. OLE color: 11229392.
HSL color Cylindrical-coordinate representation of color #D058AB: hue angle of 318.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 #D058AB is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 171 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.18 |
| HSL | 318.5º | 0.56% | 0.58% | - |
| HSV(B) | 318.5º | 0.58% | 0.82% | - |
| XYZ | 36.85 | 23.33 | 41.09 | - |
| YUV | 133.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 171 | 0 | 0.58 | 0.18 | 0.18 | 318.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | AB | 0 | 3A | 12 | 12 | 13E | 38 | 3A |
| Octal | 320 | 130 | 253 | 0 | 72 | 22 | 22 | 476 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10101011 | 0 | 111010 | 10010 | 10010 | 100111110 | 111000 | 111010 |
Color Harmonies of #D058AB
Complementary color
Monochromatic Colors of #D058AB
Black with #D058AB
Text Example
Text Example
White with #D058AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058AB; }
p { color: rgb(208,88,171); }
H1.HeaderClassName
{
color: #D058AB;
}
.AnyTagClassName
{
color: #D058AB;
}
</style>
background-color css
<style>
a { background-color: #D058AB; }
a { background-color: rgb(208,88,171); }
div.DivClassName
{
background-color: #D058AB;
}
.BgClassName
{
background-color: #D058AB;
}
</style>
border-color css
<style>
span { border-color: #D058AB; }
span { border-color: rgb(208,88,171); }
td.TdClassName
{
border-color: #D058AB;
}
.TagClassName
{
border-color: #D058AB;
}
</style>