Shades of Fuchsia #D02AB8
Tints of Fuchsia #D02AB8
RGB
CMYK
RGB Variations
Color information
#D02AB8 (or 0xD02AB8) is known color: Fuchsia. HEX triplet: D0, 2A and B8. RGB value is (208,42,184). Sum of RGB (Red+Green+Blue) = 208+42+184=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D02AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02AB8 is #2FD547. Grayscale: #6B6B6B. Windows color (decimal): -3134792 or 12069584. OLE color: 12069584.
HSL color Cylindrical-coordinate representation of color #D02AB8: hue angle of 308.67º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02AB8 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 184 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.18 |
| HSL | 308.67º | 0.66% | 0.49% | - |
| HSV(B) | 308.67º | 0.8% | 0.82% | - |
| XYZ | 35.49 | 18.53 | 47.05 | - |
| YUV | 107.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 184 | 0 | 0.80 | 0.12 | 0.18 | 308.67 | 0.66 | 0.49 |
| Hex | D0 | 2A | B8 | 0 | 50 | C | 12 | 135 | 42 | 31 |
| Octal | 320 | 52 | 270 | 0 | 120 | 14 | 22 | 465 | 102 | 61 |
| Binary | 11010000 | 101010 | 10111000 | 0 | 1010000 | 1100 | 10010 | 100110101 | 1000010 | 110001 |
Color Harmonies of #D02AB8
Complementary color
Monochromatic Colors of #D02AB8
Black with #D02AB8
Text Example
Text Example
White with #D02AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02AB8; }
p { color: rgb(208,42,184); }
H1.HeaderClassName
{
color: #D02AB8;
}
.AnyTagClassName
{
color: #D02AB8;
}
</style>
background-color css
<style>
a { background-color: #D02AB8; }
a { background-color: rgb(208,42,184); }
div.DivClassName
{
background-color: #D02AB8;
}
.BgClassName
{
background-color: #D02AB8;
}
</style>
border-color css
<style>
span { border-color: #D02AB8; }
span { border-color: rgb(208,42,184); }
td.TdClassName
{
border-color: #D02AB8;
}
.TagClassName
{
border-color: #D02AB8;
}
</style>