Shades of Fuchsia #D635D0
Tints of Fuchsia #D635D0
RGB
CMYK
RGB Variations
Color information
#D635D0 (or 0xD635D0) is known color: Fuchsia. HEX triplet: D6, 35 and D0. RGB value is (214,53,208). Sum of RGB (Red+Green+Blue) = 214+53+208=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D635D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635D0 is #29CA2F. Grayscale: #767676. Windows color (decimal): -2738736 or 13645270. OLE color: 13645270.
HSL color Cylindrical-coordinate representation of color #D635D0: hue angle of 302.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D635D0 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 208 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.16 |
| HSL | 302.24º | 0.66% | 0.52% | - |
| HSV(B) | 302.24º | 0.75% | 0.84% | - |
| XYZ | 40.39 | 21.4 | 61.68 | - |
| YUV | 118.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 208 | 0 | 0.75 | 0.03 | 0.16 | 302.24 | 0.66 | 0.52 |
| Hex | D6 | 35 | D0 | 0 | 4B | 3 | 10 | 12E | 42 | 34 |
| Octal | 326 | 65 | 320 | 0 | 113 | 3 | 20 | 456 | 102 | 64 |
| Binary | 11010110 | 110101 | 11010000 | 0 | 1001011 | 11 | 10000 | 100101110 | 1000010 | 110100 |
Color Harmonies of #D635D0
Complementary color
Monochromatic Colors of #D635D0
Black with #D635D0
Text Example
Text Example
White with #D635D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635D0; }
p { color: rgb(214,53,208); }
H1.HeaderClassName
{
color: #D635D0;
}
.AnyTagClassName
{
color: #D635D0;
}
</style>
background-color css
<style>
a { background-color: #D635D0; }
a { background-color: rgb(214,53,208); }
div.DivClassName
{
background-color: #D635D0;
}
.BgClassName
{
background-color: #D635D0;
}
</style>
border-color css
<style>
span { border-color: #D635D0; }
span { border-color: rgb(214,53,208); }
td.TdClassName
{
border-color: #D635D0;
}
.TagClassName
{
border-color: #D635D0;
}
</style>