Shades of Fuchsia #D02FD0
Tints of Fuchsia #D02FD0
RGB
CMYK
RGB Variations
Color information
#D02FD0 (or 0xD02FD0) is known color: Fuchsia. HEX triplet: D0, 2F and D0. RGB value is (208,47,208). Sum of RGB (Red+Green+Blue) = 208+47+208=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D02FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FD0 is #2FD02F. Grayscale: #717171. Windows color (decimal): -3133488 or 13643728. OLE color: 13643728.
HSL color Cylindrical-coordinate representation of color #D02FD0: hue angle of 300º 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 #D02FD0 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 47 | 208 | - |
CMYK | 0 | 0.77 | 0 | 0.18 |
HSL | 300º | 0.63% | 0.5% | - |
HSV(B) | 300º | 0.77% | 0.82% | - |
XYZ | 38.41 | 20 | 61.51 | - |
YUV | 113.49 | 181.34 | 195.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 47 | 208 | 0 | 0.77 | 0 | 0.18 | 300 | 0.63 | 0.5 |
Hex | D0 | 2F | D0 | 0 | 4D | 0 | 12 | 12C | 3F | 32 |
Octal | 320 | 57 | 320 | 0 | 115 | 0 | 22 | 454 | 77 | 62 |
Binary | 11010000 | 101111 | 11010000 | 0 | 1001101 | 0 | 10010 | 100101100 | 111111 | 110010 |
Color Harmonies of #D02FD0
Complementary color
Monochromatic Colors of #D02FD0
Black with #D02FD0
Text Example
Text Example
White with #D02FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FD0; }
p { color: rgb(208,47,208); }
H1.HeaderClassName
{
color: #D02FD0;
}
.AnyTagClassName
{
color: #D02FD0;
}
</style>
background-color css
<style>
a { background-color: #D02FD0; }
a { background-color: rgb(208,47,208); }
div.DivClassName
{
background-color: #D02FD0;
}
.BgClassName
{
background-color: #D02FD0;
}
</style>
border-color css
<style>
span { border-color: #D02FD0; }
span { border-color: rgb(208,47,208); }
td.TdClassName
{
border-color: #D02FD0;
}
.TagClassName
{
border-color: #D02FD0;
}
</style>