Shades of Fuchsia #D02FB2
Tints of Fuchsia #D02FB2
RGB
CMYK
RGB Variations
Color information
#D02FB2 (or 0xD02FB2) is known color: Fuchsia. HEX triplet: D0, 2F and B2. RGB value is (208,47,178). Sum of RGB (Red+Green+Blue) = 208+47+178=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FB2 is #2FD04D. Grayscale: #6D6D6D. Windows color (decimal): -3133518 or 11677648. OLE color: 11677648.
HSL color Cylindrical-coordinate representation of color #D02FB2: hue angle of 311.18º 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 #D02FB2 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 178 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.18 |
| HSL | 311.18º | 0.63% | 0.5% | - |
| HSV(B) | 311.18º | 0.77% | 0.82% | - |
| XYZ | 35.06 | 18.66 | 43.87 | - |
| YUV | 110.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 178 | 0 | 0.77 | 0.14 | 0.18 | 311.18 | 0.63 | 0.5 |
| Hex | D0 | 2F | B2 | 0 | 4D | E | 12 | 137 | 3F | 32 |
| Octal | 320 | 57 | 262 | 0 | 115 | 16 | 22 | 467 | 77 | 62 |
| Binary | 11010000 | 101111 | 10110010 | 0 | 1001101 | 1110 | 10010 | 100110111 | 111111 | 110010 |
Color Harmonies of #D02FB2
Complementary color
Monochromatic Colors of #D02FB2
Black with #D02FB2
Text Example
Text Example
White with #D02FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FB2; }
p { color: rgb(208,47,178); }
H1.HeaderClassName
{
color: #D02FB2;
}
.AnyTagClassName
{
color: #D02FB2;
}
</style>
background-color css
<style>
a { background-color: #D02FB2; }
a { background-color: rgb(208,47,178); }
div.DivClassName
{
background-color: #D02FB2;
}
.BgClassName
{
background-color: #D02FB2;
}
</style>
border-color css
<style>
span { border-color: #D02FB2; }
span { border-color: rgb(208,47,178); }
td.TdClassName
{
border-color: #D02FB2;
}
.TagClassName
{
border-color: #D02FB2;
}
</style>