Shades of Fuchsia #D05BCB
Tints of Fuchsia #D05BCB
RGB
CMYK
RGB Variations
Color information
#D05BCB (or 0xD05BCB) is known color: Fuchsia. HEX triplet: D0, 5B and CB. RGB value is (208,91,203). Sum of RGB (Red+Green+Blue) = 208+91+203=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05BCB is #2FA434. Grayscale: #8A8A8A. Windows color (decimal): -3122229 or 13327312. OLE color: 13327312.
HSL color Cylindrical-coordinate representation of color #D05BCB: hue angle of 302.56º 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 #D05BCB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 203 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.56º | 0.55% | 0.59% | - |
| HSV(B) | 302.56º | 0.56% | 0.82% | - |
| XYZ | 40.53 | 25.2 | 59.23 | - |
| YUV | 138.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 203 | 0 | 0.56 | 0.02 | 0.18 | 302.56 | 0.55 | 0.59 |
| Hex | D0 | 5B | CB | 0 | 38 | 2 | 12 | 12F | 37 | 3B |
| Octal | 320 | 133 | 313 | 0 | 70 | 2 | 22 | 457 | 67 | 73 |
| Binary | 11010000 | 1011011 | 11001011 | 0 | 111000 | 10 | 10010 | 100101111 | 110111 | 111011 |
Color Harmonies of #D05BCB
Complementary color
Monochromatic Colors of #D05BCB
Black with #D05BCB
Text Example
Text Example
White with #D05BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BCB; }
p { color: rgb(208,91,203); }
H1.HeaderClassName
{
color: #D05BCB;
}
.AnyTagClassName
{
color: #D05BCB;
}
</style>
background-color css
<style>
a { background-color: #D05BCB; }
a { background-color: rgb(208,91,203); }
div.DivClassName
{
background-color: #D05BCB;
}
.BgClassName
{
background-color: #D05BCB;
}
</style>
border-color css
<style>
span { border-color: #D05BCB; }
span { border-color: rgb(208,91,203); }
td.TdClassName
{
border-color: #D05BCB;
}
.TagClassName
{
border-color: #D05BCB;
}
</style>