Shades of Fuchsia #D05BC8
Tints of Fuchsia #D05BC8
RGB
CMYK
RGB Variations
Color information
#D05BC8 (or 0xD05BC8) is known color: Fuchsia. HEX triplet: D0, 5B and C8. RGB value is (208,91,200). Sum of RGB (Red+Green+Blue) = 208+91+200=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05BC8 is #2FA437. Grayscale: #8A8A8A. Windows color (decimal): -3122232 or 13130704. OLE color: 13130704.
HSL color Cylindrical-coordinate representation of color #D05BC8: hue angle of 304.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05BC8 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 200 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.18 |
| HSL | 304.1º | 0.55% | 0.59% | - |
| HSV(B) | 304.1º | 0.56% | 0.82% | - |
| XYZ | 40.18 | 25.06 | 57.36 | - |
| YUV | 138.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 200 | 0 | 0.56 | 0.04 | 0.18 | 304.1 | 0.55 | 0.59 |
| Hex | D0 | 5B | C8 | 0 | 38 | 4 | 12 | 130 | 37 | 3B |
| Octal | 320 | 133 | 310 | 0 | 70 | 4 | 22 | 460 | 67 | 73 |
| Binary | 11010000 | 1011011 | 11001000 | 0 | 111000 | 100 | 10010 | 100110000 | 110111 | 111011 |
Color Harmonies of #D05BC8
Complementary color
Monochromatic Colors of #D05BC8
Black with #D05BC8
Text Example
Text Example
White with #D05BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BC8; }
p { color: rgb(208,91,200); }
H1.HeaderClassName
{
color: #D05BC8;
}
.AnyTagClassName
{
color: #D05BC8;
}
</style>
background-color css
<style>
a { background-color: #D05BC8; }
a { background-color: rgb(208,91,200); }
div.DivClassName
{
background-color: #D05BC8;
}
.BgClassName
{
background-color: #D05BC8;
}
</style>
border-color css
<style>
span { border-color: #D05BC8; }
span { border-color: rgb(208,91,200); }
td.TdClassName
{
border-color: #D05BC8;
}
.TagClassName
{
border-color: #D05BC8;
}
</style>