Shades of Fuchsia #D040BC
Tints of Fuchsia #D040BC
RGB
CMYK
RGB Variations
Color information
#D040BC (or 0xD040BC) is known color: Fuchsia. HEX triplet: D0, 40 and BC. RGB value is (208,64,188). Sum of RGB (Red+Green+Blue) = 208+64+188=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D040BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040BC is #2FBF43. Grayscale: #787878. Windows color (decimal): -3129156 or 12337360. OLE color: 12337360.
HSL color Cylindrical-coordinate representation of color #D040BC: hue angle of 308.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040BC is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 188 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.33º | 0.61% | 0.53% | - |
| HSV(B) | 308.33º | 0.69% | 0.82% | - |
| XYZ | 36.92 | 20.71 | 49.63 | - |
| YUV | 121.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 188 | 0 | 0.69 | 0.10 | 0.18 | 308.33 | 0.61 | 0.53 |
| Hex | D0 | 40 | BC | 0 | 45 | A | 12 | 134 | 3D | 35 |
| Octal | 320 | 100 | 274 | 0 | 105 | 12 | 22 | 464 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10111100 | 0 | 1000101 | 1010 | 10010 | 100110100 | 111101 | 110101 |
Color Harmonies of #D040BC
Complementary color
Monochromatic Colors of #D040BC
Black with #D040BC
Text Example
Text Example
White with #D040BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040BC; }
p { color: rgb(208,64,188); }
H1.HeaderClassName
{
color: #D040BC;
}
.AnyTagClassName
{
color: #D040BC;
}
</style>
background-color css
<style>
a { background-color: #D040BC; }
a { background-color: rgb(208,64,188); }
div.DivClassName
{
background-color: #D040BC;
}
.BgClassName
{
background-color: #D040BC;
}
</style>
border-color css
<style>
span { border-color: #D040BC; }
span { border-color: rgb(208,64,188); }
td.TdClassName
{
border-color: #D040BC;
}
.TagClassName
{
border-color: #D040BC;
}
</style>