Shades of Fuchsia #D058B1
Tints of Fuchsia #D058B1
RGB
CMYK
RGB Variations
Color information
#D058B1 (or 0xD058B1) is known color: Fuchsia. HEX triplet: D0, 58 and B1. RGB value is (208,88,177). Sum of RGB (Red+Green+Blue) = 208+88+177=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D058B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D058B1 is #2FA74E. Grayscale: #858585. Windows color (decimal): -3123023 or 11622608. OLE color: 11622608.
HSL color Cylindrical-coordinate representation of color #D058B1: hue angle of 315.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 #D058B1 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 177 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.18 |
| HSL | 315.5º | 0.56% | 0.58% | - |
| HSV(B) | 315.5º | 0.58% | 0.82% | - |
| XYZ | 37.44 | 23.56 | 44.17 | - |
| YUV | 134.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 177 | 0 | 0.58 | 0.15 | 0.18 | 315.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | B1 | 0 | 3A | F | 12 | 13C | 38 | 3A |
| Octal | 320 | 130 | 261 | 0 | 72 | 17 | 22 | 474 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10110001 | 0 | 111010 | 1111 | 10010 | 100111100 | 111000 | 111010 |
Color Harmonies of #D058B1
Complementary color
Monochromatic Colors of #D058B1
Black with #D058B1
Text Example
Text Example
White with #D058B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058B1; }
p { color: rgb(208,88,177); }
H1.HeaderClassName
{
color: #D058B1;
}
.AnyTagClassName
{
color: #D058B1;
}
</style>
background-color css
<style>
a { background-color: #D058B1; }
a { background-color: rgb(208,88,177); }
div.DivClassName
{
background-color: #D058B1;
}
.BgClassName
{
background-color: #D058B1;
}
</style>
border-color css
<style>
span { border-color: #D058B1; }
span { border-color: rgb(208,88,177); }
td.TdClassName
{
border-color: #D058B1;
}
.TagClassName
{
border-color: #D058B1;
}
</style>