Shades of Fuchsia #D02FB7
Tints of Fuchsia #D02FB7
RGB
CMYK
RGB Variations
Color information
#D02FB7 (or 0xD02FB7) is known color: Fuchsia. HEX triplet: D0, 2F and B7. RGB value is (208,47,183). Sum of RGB (Red+Green+Blue) = 208+47+183=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FB7 is #2FD048. Grayscale: #6E6E6E. Windows color (decimal): -3133513 or 12005328. OLE color: 12005328.
HSL color Cylindrical-coordinate representation of color #D02FB7: hue angle of 309.32º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02FB7 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 183 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.18 |
| HSL | 309.32º | 0.63% | 0.5% | - |
| HSV(B) | 309.32º | 0.77% | 0.82% | - |
| XYZ | 35.58 | 18.86 | 46.57 | - |
| YUV | 110.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 183 | 0 | 0.77 | 0.12 | 0.18 | 309.32 | 0.63 | 0.5 |
| Hex | D0 | 2F | B7 | 0 | 4D | C | 12 | 135 | 3F | 32 |
| Octal | 320 | 57 | 267 | 0 | 115 | 14 | 22 | 465 | 77 | 62 |
| Binary | 11010000 | 101111 | 10110111 | 0 | 1001101 | 1100 | 10010 | 100110101 | 111111 | 110010 |
Color Harmonies of #D02FB7
Complementary color
Monochromatic Colors of #D02FB7
Black with #D02FB7
Text Example
Text Example
White with #D02FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FB7; }
p { color: rgb(208,47,183); }
H1.HeaderClassName
{
color: #D02FB7;
}
.AnyTagClassName
{
color: #D02FB7;
}
</style>
background-color css
<style>
a { background-color: #D02FB7; }
a { background-color: rgb(208,47,183); }
div.DivClassName
{
background-color: #D02FB7;
}
.BgClassName
{
background-color: #D02FB7;
}
</style>
border-color css
<style>
span { border-color: #D02FB7; }
span { border-color: rgb(208,47,183); }
td.TdClassName
{
border-color: #D02FB7;
}
.TagClassName
{
border-color: #D02FB7;
}
</style>