Shades of Fuchsia #D05BCF
Tints of Fuchsia #D05BCF
RGB
CMYK
RGB Variations
Color information
#D05BCF (or 0xD05BCF) is known color: Fuchsia. HEX triplet: D0, 5B and CF. RGB value is (208,91,207). Sum of RGB (Red+Green+Blue) = 208+91+207=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05BCF is #2FA430. Grayscale: #8A8A8A. Windows color (decimal): -3122225 or 13589456. OLE color: 13589456.
HSL color Cylindrical-coordinate representation of color #D05BCF: hue angle of 300.51º 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 #D05BCF is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 207 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.18 |
| HSL | 300.51º | 0.55% | 0.59% | - |
| HSV(B) | 300.51º | 0.56% | 0.82% | - |
| XYZ | 41.02 | 25.4 | 61.77 | - |
| YUV | 139.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 207 | 0 | 0.56 | 0.00 | 0.18 | 300.51 | 0.55 | 0.59 |
| Hex | D0 | 5B | CF | 0 | 38 | 0 | 12 | 12D | 37 | 3B |
| Octal | 320 | 133 | 317 | 0 | 70 | 0 | 22 | 455 | 67 | 73 |
| Binary | 11010000 | 1011011 | 11001111 | 0 | 111000 | 0 | 10010 | 100101101 | 110111 | 111011 |
Color Harmonies of #D05BCF
Complementary color
Monochromatic Colors of #D05BCF
Black with #D05BCF
Text Example
Text Example
White with #D05BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BCF; }
p { color: rgb(208,91,207); }
H1.HeaderClassName
{
color: #D05BCF;
}
.AnyTagClassName
{
color: #D05BCF;
}
</style>
background-color css
<style>
a { background-color: #D05BCF; }
a { background-color: rgb(208,91,207); }
div.DivClassName
{
background-color: #D05BCF;
}
.BgClassName
{
background-color: #D05BCF;
}
</style>
border-color css
<style>
span { border-color: #D05BCF; }
span { border-color: rgb(208,91,207); }
td.TdClassName
{
border-color: #D05BCF;
}
.TagClassName
{
border-color: #D05BCF;
}
</style>