Shades of Fuchsia #D632CD
Tints of Fuchsia #D632CD
RGB
CMYK
RGB Variations
Color information
#D632CD (or 0xD632CD) is known color: Fuchsia. HEX triplet: D6, 32 and CD. RGB value is (214,50,205). Sum of RGB (Red+Green+Blue) = 214+50+205=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D632CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632CD is #29CD32. Grayscale: #747474. Windows color (decimal): -2739507 or 13447894. OLE color: 13447894.
HSL color Cylindrical-coordinate representation of color #D632CD: hue angle of 303.29º 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 #D632CD is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 205 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.16 |
| HSL | 303.29º | 0.67% | 0.52% | - |
| HSV(B) | 303.29º | 0.77% | 0.84% | - |
| XYZ | 39.89 | 20.99 | 59.71 | - |
| YUV | 116.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 205 | 0 | 0.77 | 0.04 | 0.16 | 303.29 | 0.67 | 0.52 |
| Hex | D6 | 32 | CD | 0 | 4D | 4 | 10 | 12F | 43 | 34 |
| Octal | 326 | 62 | 315 | 0 | 115 | 4 | 20 | 457 | 103 | 64 |
| Binary | 11010110 | 110010 | 11001101 | 0 | 1001101 | 100 | 10000 | 100101111 | 1000011 | 110100 |
Color Harmonies of #D632CD
Complementary color
Monochromatic Colors of #D632CD
Black with #D632CD
Text Example
Text Example
White with #D632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632CD; }
p { color: rgb(214,50,205); }
H1.HeaderClassName
{
color: #D632CD;
}
.AnyTagClassName
{
color: #D632CD;
}
</style>
background-color css
<style>
a { background-color: #D632CD; }
a { background-color: rgb(214,50,205); }
div.DivClassName
{
background-color: #D632CD;
}
.BgClassName
{
background-color: #D632CD;
}
</style>
border-color css
<style>
span { border-color: #D632CD; }
span { border-color: rgb(214,50,205); }
td.TdClassName
{
border-color: #D632CD;
}
.TagClassName
{
border-color: #D632CD;
}
</style>