Shades of Fuchsia #D040B2
Tints of Fuchsia #D040B2
RGB
CMYK
RGB Variations
Color information
#D040B2 (or 0xD040B2) is known color: Fuchsia. HEX triplet: D0, 40 and B2. RGB value is (208,64,178). Sum of RGB (Red+Green+Blue) = 208+64+178=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040B2 is #2FBF4D. Grayscale: #777777. Windows color (decimal): -3129166 or 11682000. OLE color: 11682000.
HSL color Cylindrical-coordinate representation of color #D040B2: hue angle of 312.5º 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 #D040B2 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 178 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.18 |
| HSL | 312.5º | 0.61% | 0.53% | - |
| HSV(B) | 312.5º | 0.69% | 0.82% | - |
| XYZ | 35.88 | 20.29 | 44.14 | - |
| YUV | 120.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 178 | 0 | 0.69 | 0.14 | 0.18 | 312.5 | 0.61 | 0.53 |
| Hex | D0 | 40 | B2 | 0 | 45 | E | 12 | 138 | 3D | 35 |
| Octal | 320 | 100 | 262 | 0 | 105 | 16 | 22 | 470 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10110010 | 0 | 1000101 | 1110 | 10010 | 100111000 | 111101 | 110101 |
Color Harmonies of #D040B2
Complementary color
Monochromatic Colors of #D040B2
Black with #D040B2
Text Example
Text Example
White with #D040B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040B2; }
p { color: rgb(208,64,178); }
H1.HeaderClassName
{
color: #D040B2;
}
.AnyTagClassName
{
color: #D040B2;
}
</style>
background-color css
<style>
a { background-color: #D040B2; }
a { background-color: rgb(208,64,178); }
div.DivClassName
{
background-color: #D040B2;
}
.BgClassName
{
background-color: #D040B2;
}
</style>
border-color css
<style>
span { border-color: #D040B2; }
span { border-color: rgb(208,64,178); }
td.TdClassName
{
border-color: #D040B2;
}
.TagClassName
{
border-color: #D040B2;
}
</style>