Shades of Fuchsia #D632D0
Tints of Fuchsia #D632D0
RGB
CMYK
RGB Variations
Color information
#D632D0 (or 0xD632D0) is known color: Fuchsia. HEX triplet: D6, 32 and D0. RGB value is (214,50,208). Sum of RGB (Red+Green+Blue) = 214+50+208=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D632D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632D0 is #29CD2F. Grayscale: #747474. Windows color (decimal): -2739504 or 13644502. OLE color: 13644502.
HSL color Cylindrical-coordinate representation of color #D632D0: hue angle of 302.2º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632D0 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 208 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.16 |
| HSL | 302.2º | 0.67% | 0.52% | - |
| HSV(B) | 302.2º | 0.77% | 0.84% | - |
| XYZ | 40.26 | 21.13 | 61.63 | - |
| YUV | 117.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 208 | 0 | 0.77 | 0.03 | 0.16 | 302.2 | 0.67 | 0.52 |
| Hex | D6 | 32 | D0 | 0 | 4D | 3 | 10 | 12E | 43 | 34 |
| Octal | 326 | 62 | 320 | 0 | 115 | 3 | 20 | 456 | 103 | 64 |
| Binary | 11010110 | 110010 | 11010000 | 0 | 1001101 | 11 | 10000 | 100101110 | 1000011 | 110100 |
Color Harmonies of #D632D0
Complementary color
Monochromatic Colors of #D632D0
Black with #D632D0
Text Example
Text Example
White with #D632D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632D0; }
p { color: rgb(214,50,208); }
H1.HeaderClassName
{
color: #D632D0;
}
.AnyTagClassName
{
color: #D632D0;
}
</style>
background-color css
<style>
a { background-color: #D632D0; }
a { background-color: rgb(214,50,208); }
div.DivClassName
{
background-color: #D632D0;
}
.BgClassName
{
background-color: #D632D0;
}
</style>
border-color css
<style>
span { border-color: #D632D0; }
span { border-color: rgb(214,50,208); }
td.TdClassName
{
border-color: #D632D0;
}
.TagClassName
{
border-color: #D632D0;
}
</style>