Shades of Fuchsia #D05FB2
Tints of Fuchsia #D05FB2
RGB
CMYK
RGB Variations
Color information
#D05FB2 (or 0xD05FB2) is known color: Fuchsia. HEX triplet: D0, 5F and B2. RGB value is (208,95,178). Sum of RGB (Red+Green+Blue) = 208+95+178=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FB2 is #2FA04D. Grayscale: #8A8A8A. Windows color (decimal): -3121230 or 11689936. OLE color: 11689936.
HSL color Cylindrical-coordinate representation of color #D05FB2: hue angle of 315.93º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FB2 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 178 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.18 |
| HSL | 315.93º | 0.55% | 0.59% | - |
| HSV(B) | 315.93º | 0.54% | 0.82% | - |
| XYZ | 38.14 | 24.81 | 44.9 | - |
| YUV | 138.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 178 | 0 | 0.54 | 0.14 | 0.18 | 315.93 | 0.55 | 0.59 |
| Hex | D0 | 5F | B2 | 0 | 36 | E | 12 | 13C | 37 | 3B |
| Octal | 320 | 137 | 262 | 0 | 66 | 16 | 22 | 474 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10110010 | 0 | 110110 | 1110 | 10010 | 100111100 | 110111 | 111011 |
Color Harmonies of #D05FB2
Complementary color
Monochromatic Colors of #D05FB2
Black with #D05FB2
Text Example
Text Example
White with #D05FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FB2; }
p { color: rgb(208,95,178); }
H1.HeaderClassName
{
color: #D05FB2;
}
.AnyTagClassName
{
color: #D05FB2;
}
</style>
background-color css
<style>
a { background-color: #D05FB2; }
a { background-color: rgb(208,95,178); }
div.DivClassName
{
background-color: #D05FB2;
}
.BgClassName
{
background-color: #D05FB2;
}
</style>
border-color css
<style>
span { border-color: #D05FB2; }
span { border-color: rgb(208,95,178); }
td.TdClassName
{
border-color: #D05FB2;
}
.TagClassName
{
border-color: #D05FB2;
}
</style>