Shades of Fuchsia #D02DD3
Tints of Fuchsia #D02DD3
RGB
CMYK
RGB Variations
Color information
#D02DD3 (or 0xD02DD3) is known color: Fuchsia. HEX triplet: D0, 2D and D3. RGB value is (208,45,211). Sum of RGB (Red+Green+Blue) = 208+45+211=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #D02DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DD3 is #2FD22C. Grayscale: #707070. Windows color (decimal): -3133997 or 13839824. OLE color: 13839824.
HSL color Cylindrical-coordinate representation of color #D02DD3: hue angle of 298.92º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02DD3 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 45 | 211 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.17 |
| HSL | 298.92º | 0.65% | 0.5% | - |
| HSV(B) | 298.92º | 0.79% | 0.83% | - |
| XYZ | 38.71 | 19.99 | 63.45 | - |
| YUV | 112.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 211 | 0.01 | 0.79 | 0 | 0.17 | 298.92 | 0.65 | 0.5 |
| Hex | D0 | 2D | D3 | 1 | 4F | 0 | 11 | 12B | 41 | 32 |
| Octal | 320 | 55 | 323 | 1 | 117 | 0 | 21 | 453 | 101 | 62 |
| Binary | 11010000 | 101101 | 11010011 | 1 | 1001111 | 0 | 10001 | 100101011 | 1000001 | 110010 |
Color Harmonies of #D02DD3
Complementary color
Monochromatic Colors of #D02DD3
Black with #D02DD3
Text Example
Text Example
White with #D02DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DD3; }
p { color: rgb(208,45,211); }
H1.HeaderClassName
{
color: #D02DD3;
}
.AnyTagClassName
{
color: #D02DD3;
}
</style>
background-color css
<style>
a { background-color: #D02DD3; }
a { background-color: rgb(208,45,211); }
div.DivClassName
{
background-color: #D02DD3;
}
.BgClassName
{
background-color: #D02DD3;
}
</style>
border-color css
<style>
span { border-color: #D02DD3; }
span { border-color: rgb(208,45,211); }
td.TdClassName
{
border-color: #D02DD3;
}
.TagClassName
{
border-color: #D02DD3;
}
</style>