Shades of Fuchsia #D632CF
Tints of Fuchsia #D632CF
RGB
CMYK
RGB Variations
Color information
#D632CF (or 0xD632CF) is known color: Fuchsia. HEX triplet: D6, 32 and CF. RGB value is (214,50,207). Sum of RGB (Red+Green+Blue) = 214+50+207=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D632CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632CF is #29CD30. Grayscale: #747474. Windows color (decimal): -2739505 or 13578966. OLE color: 13578966.
HSL color Cylindrical-coordinate representation of color #D632CF: hue angle of 302.56º 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 #D632CF is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 207 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.16 |
| HSL | 302.56º | 0.67% | 0.52% | - |
| HSV(B) | 302.56º | 0.77% | 0.84% | - |
| XYZ | 40.13 | 21.08 | 60.99 | - |
| YUV | 116.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 207 | 0 | 0.77 | 0.03 | 0.16 | 302.56 | 0.67 | 0.52 |
| Hex | D6 | 32 | CF | 0 | 4D | 3 | 10 | 12F | 43 | 34 |
| Octal | 326 | 62 | 317 | 0 | 115 | 3 | 20 | 457 | 103 | 64 |
| Binary | 11010110 | 110010 | 11001111 | 0 | 1001101 | 11 | 10000 | 100101111 | 1000011 | 110100 |
Color Harmonies of #D632CF
Complementary color
Monochromatic Colors of #D632CF
Black with #D632CF
Text Example
Text Example
White with #D632CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632CF; }
p { color: rgb(214,50,207); }
H1.HeaderClassName
{
color: #D632CF;
}
.AnyTagClassName
{
color: #D632CF;
}
</style>
background-color css
<style>
a { background-color: #D632CF; }
a { background-color: rgb(214,50,207); }
div.DivClassName
{
background-color: #D632CF;
}
.BgClassName
{
background-color: #D632CF;
}
</style>
border-color css
<style>
span { border-color: #D632CF; }
span { border-color: rgb(214,50,207); }
td.TdClassName
{
border-color: #D632CF;
}
.TagClassName
{
border-color: #D632CF;
}
</style>