Shades of Fuchsia #D040B5
Tints of Fuchsia #D040B5
RGB
CMYK
RGB Variations
Color information
#D040B5 (or 0xD040B5) is known color: Fuchsia. HEX triplet: D0, 40 and B5. RGB value is (208,64,181). Sum of RGB (Red+Green+Blue) = 208+64+181=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040B5 is #2FBF4A. Grayscale: #787878. Windows color (decimal): -3129163 or 11878608. OLE color: 11878608.
HSL color Cylindrical-coordinate representation of color #D040B5: hue angle of 311.25º 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 #D040B5 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 181 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.18 |
| HSL | 311.25º | 0.61% | 0.53% | - |
| HSV(B) | 311.25º | 0.69% | 0.82% | - |
| XYZ | 36.19 | 20.41 | 45.75 | - |
| YUV | 120.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 181 | 0 | 0.69 | 0.13 | 0.18 | 311.25 | 0.61 | 0.53 |
| Hex | D0 | 40 | B5 | 0 | 45 | D | 12 | 137 | 3D | 35 |
| Octal | 320 | 100 | 265 | 0 | 105 | 15 | 22 | 467 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10110101 | 0 | 1000101 | 1101 | 10010 | 100110111 | 111101 | 110101 |
Color Harmonies of #D040B5
Complementary color
Monochromatic Colors of #D040B5
Black with #D040B5
Text Example
Text Example
White with #D040B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040B5; }
p { color: rgb(208,64,181); }
H1.HeaderClassName
{
color: #D040B5;
}
.AnyTagClassName
{
color: #D040B5;
}
</style>
background-color css
<style>
a { background-color: #D040B5; }
a { background-color: rgb(208,64,181); }
div.DivClassName
{
background-color: #D040B5;
}
.BgClassName
{
background-color: #D040B5;
}
</style>
border-color css
<style>
span { border-color: #D040B5; }
span { border-color: rgb(208,64,181); }
td.TdClassName
{
border-color: #D040B5;
}
.TagClassName
{
border-color: #D040B5;
}
</style>