Shades of Fuchsia #D02FCD
Tints of Fuchsia #D02FCD
RGB
CMYK
RGB Variations
Color information
#D02FCD (or 0xD02FCD) is known color: Fuchsia. HEX triplet: D0, 2F and CD. RGB value is (208,47,205). Sum of RGB (Red+Green+Blue) = 208+47+205=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FCD is #2FD032. Grayscale: #707070. Windows color (decimal): -3133491 or 13447120. OLE color: 13447120.
HSL color Cylindrical-coordinate representation of color #D02FCD: hue angle of 301.12º 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 #D02FCD is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 205 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.18 |
| HSL | 301.12º | 0.63% | 0.5% | - |
| HSV(B) | 301.12º | 0.77% | 0.82% | - |
| XYZ | 38.05 | 19.85 | 59.58 | - |
| YUV | 113.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 205 | 0 | 0.77 | 0.01 | 0.18 | 301.12 | 0.63 | 0.5 |
| Hex | D0 | 2F | CD | 0 | 4D | 1 | 12 | 12D | 3F | 32 |
| Octal | 320 | 57 | 315 | 0 | 115 | 1 | 22 | 455 | 77 | 62 |
| Binary | 11010000 | 101111 | 11001101 | 0 | 1001101 | 1 | 10010 | 100101101 | 111111 | 110010 |
Color Harmonies of #D02FCD
Complementary color
Monochromatic Colors of #D02FCD
Black with #D02FCD
Text Example
Text Example
White with #D02FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FCD; }
p { color: rgb(208,47,205); }
H1.HeaderClassName
{
color: #D02FCD;
}
.AnyTagClassName
{
color: #D02FCD;
}
</style>
background-color css
<style>
a { background-color: #D02FCD; }
a { background-color: rgb(208,47,205); }
div.DivClassName
{
background-color: #D02FCD;
}
.BgClassName
{
background-color: #D02FCD;
}
</style>
border-color css
<style>
span { border-color: #D02FCD; }
span { border-color: rgb(208,47,205); }
td.TdClassName
{
border-color: #D02FCD;
}
.TagClassName
{
border-color: #D02FCD;
}
</style>