Shades of Fuchsia #D632C9
Tints of Fuchsia #D632C9
RGB
CMYK
RGB Variations
Color information
#D632C9 (or 0xD632C9) is known color: Fuchsia. HEX triplet: D6, 32 and C9. RGB value is (214,50,201). Sum of RGB (Red+Green+Blue) = 214+50+201=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D632C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632C9 is #29CD36. Grayscale: #737373. Windows color (decimal): -2739511 or 13185750. OLE color: 13185750.
HSL color Cylindrical-coordinate representation of color #D632C9: hue angle of 304.76º 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 #D632C9 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 201 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.16 |
| HSL | 304.76º | 0.67% | 0.52% | - |
| HSV(B) | 304.76º | 0.77% | 0.84% | - |
| XYZ | 39.41 | 20.79 | 57.19 | - |
| YUV | 116.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 201 | 0 | 0.77 | 0.06 | 0.16 | 304.76 | 0.67 | 0.52 |
| Hex | D6 | 32 | C9 | 0 | 4D | 6 | 10 | 131 | 43 | 34 |
| Octal | 326 | 62 | 311 | 0 | 115 | 6 | 20 | 461 | 103 | 64 |
| Binary | 11010110 | 110010 | 11001001 | 0 | 1001101 | 110 | 10000 | 100110001 | 1000011 | 110100 |
Color Harmonies of #D632C9
Complementary color
Monochromatic Colors of #D632C9
Black with #D632C9
Text Example
Text Example
White with #D632C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632C9; }
p { color: rgb(214,50,201); }
H1.HeaderClassName
{
color: #D632C9;
}
.AnyTagClassName
{
color: #D632C9;
}
</style>
background-color css
<style>
a { background-color: #D632C9; }
a { background-color: rgb(214,50,201); }
div.DivClassName
{
background-color: #D632C9;
}
.BgClassName
{
background-color: #D632C9;
}
</style>
border-color css
<style>
span { border-color: #D632C9; }
span { border-color: rgb(214,50,201); }
td.TdClassName
{
border-color: #D632C9;
}
.TagClassName
{
border-color: #D632C9;
}
</style>