Shades of Fuchsia #D02DC5
Tints of Fuchsia #D02DC5
RGB
CMYK
RGB Variations
Color information
#D02DC5 (or 0xD02DC5) is known color: Fuchsia. HEX triplet: D0, 2D and C5. RGB value is (208,45,197). Sum of RGB (Red+Green+Blue) = 208+45+197=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC5 is #2FD23A. Grayscale: #6E6E6E. Windows color (decimal): -3134011 or 12922320. OLE color: 12922320.
HSL color Cylindrical-coordinate representation of color #D02DC5: hue angle of 304.05º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DC5 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 197 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.18 |
| HSL | 304.05º | 0.64% | 0.5% | - |
| HSV(B) | 304.05º | 0.78% | 0.82% | - |
| XYZ | 37.03 | 19.32 | 54.6 | - |
| YUV | 111.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 197 | 0 | 0.78 | 0.05 | 0.18 | 304.05 | 0.64 | 0.5 |
| Hex | D0 | 2D | C5 | 0 | 4E | 5 | 12 | 130 | 40 | 32 |
| Octal | 320 | 55 | 305 | 0 | 116 | 5 | 22 | 460 | 100 | 62 |
| Binary | 11010000 | 101101 | 11000101 | 0 | 1001110 | 101 | 10010 | 100110000 | 1000000 | 110010 |
Color Harmonies of #D02DC5
Complementary color
Monochromatic Colors of #D02DC5
Black with #D02DC5
Text Example
Text Example
White with #D02DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DC5; }
p { color: rgb(208,45,197); }
H1.HeaderClassName
{
color: #D02DC5;
}
.AnyTagClassName
{
color: #D02DC5;
}
</style>
background-color css
<style>
a { background-color: #D02DC5; }
a { background-color: rgb(208,45,197); }
div.DivClassName
{
background-color: #D02DC5;
}
.BgClassName
{
background-color: #D02DC5;
}
</style>
border-color css
<style>
span { border-color: #D02DC5; }
span { border-color: rgb(208,45,197); }
td.TdClassName
{
border-color: #D02DC5;
}
.TagClassName
{
border-color: #D02DC5;
}
</style>