Shades of Fuchsia #D235D0
Tints of Fuchsia #D235D0
RGB
CMYK
RGB Variations
Color information
#D235D0 (or 0xD235D0) is known color: Fuchsia. HEX triplet: D2, 35 and D0. RGB value is (210,53,208). Sum of RGB (Red+Green+Blue) = 210+53+208=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D235D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235D0 is #2DCA2F. Grayscale: #757575. Windows color (decimal): -3000880 or 13645266. OLE color: 13645266.
HSL color Cylindrical-coordinate representation of color #D235D0: hue angle of 300.76º 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 #D235D0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 208 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 300.76º | 0.64% | 0.52% | - |
| HSV(B) | 300.76º | 0.75% | 0.82% | - |
| XYZ | 39.24 | 20.8 | 61.62 | - |
| YUV | 117.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 208 | 0 | 0.75 | 0.01 | 0.18 | 300.76 | 0.64 | 0.52 |
| Hex | D2 | 35 | D0 | 0 | 4B | 1 | 12 | 12D | 40 | 34 |
| Octal | 322 | 65 | 320 | 0 | 113 | 1 | 22 | 455 | 100 | 64 |
| Binary | 11010010 | 110101 | 11010000 | 0 | 1001011 | 1 | 10010 | 100101101 | 1000000 | 110100 |
Color Harmonies of #D235D0
Complementary color
Monochromatic Colors of #D235D0
Black with #D235D0
Text Example
Text Example
White with #D235D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235D0; }
p { color: rgb(210,53,208); }
H1.HeaderClassName
{
color: #D235D0;
}
.AnyTagClassName
{
color: #D235D0;
}
</style>
background-color css
<style>
a { background-color: #D235D0; }
a { background-color: rgb(210,53,208); }
div.DivClassName
{
background-color: #D235D0;
}
.BgClassName
{
background-color: #D235D0;
}
</style>
border-color css
<style>
span { border-color: #D235D0; }
span { border-color: rgb(210,53,208); }
td.TdClassName
{
border-color: #D235D0;
}
.TagClassName
{
border-color: #D235D0;
}
</style>