Shades of Fuchsia #D035D2
Tints of Fuchsia #D035D2
RGB
CMYK
RGB Variations
Color information
#D035D2 (or 0xD035D2) is known color: Fuchsia. HEX triplet: D0, 35 and D2. RGB value is (208,53,210). Sum of RGB (Red+Green+Blue) = 208+53+210=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #D035D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035D2 is #2FCA2D. Grayscale: #747474. Windows color (decimal): -3131950 or 13776336. OLE color: 13776336.
HSL color Cylindrical-coordinate representation of color #D035D2: hue angle of 299.24º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035D2 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 210 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.18 |
| HSL | 299.24º | 0.64% | 0.52% | - |
| HSV(B) | 299.24º | 0.75% | 0.82% | - |
| XYZ | 38.92 | 20.61 | 62.9 | - |
| YUV | 117.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 210 | 0.01 | 0.75 | 0 | 0.18 | 299.24 | 0.64 | 0.52 |
| Hex | D0 | 35 | D2 | 1 | 4B | 0 | 12 | 12B | 40 | 34 |
| Octal | 320 | 65 | 322 | 1 | 113 | 0 | 22 | 453 | 100 | 64 |
| Binary | 11010000 | 110101 | 11010010 | 1 | 1001011 | 0 | 10010 | 100101011 | 1000000 | 110100 |
Color Harmonies of #D035D2
Complementary color
Monochromatic Colors of #D035D2
Black with #D035D2
Text Example
Text Example
White with #D035D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035D2; }
p { color: rgb(208,53,210); }
H1.HeaderClassName
{
color: #D035D2;
}
.AnyTagClassName
{
color: #D035D2;
}
</style>
background-color css
<style>
a { background-color: #D035D2; }
a { background-color: rgb(208,53,210); }
div.DivClassName
{
background-color: #D035D2;
}
.BgClassName
{
background-color: #D035D2;
}
</style>
border-color css
<style>
span { border-color: #D035D2; }
span { border-color: rgb(208,53,210); }
td.TdClassName
{
border-color: #D035D2;
}
.TagClassName
{
border-color: #D035D2;
}
</style>