Shades of Fuchsia #D632BC
Tints of Fuchsia #D632BC
RGB
CMYK
RGB Variations
Color information
#D632BC (or 0xD632BC) is known color: Fuchsia. HEX triplet: D6, 32 and BC. RGB value is (214,50,188). Sum of RGB (Red+Green+Blue) = 214+50+188=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D632BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632BC is #29CD43. Grayscale: #727272. Windows color (decimal): -2739524 or 12333782. OLE color: 12333782.
HSL color Cylindrical-coordinate representation of color #D632BC: hue angle of 309.51º 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 #D632BC is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 188 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.16 |
| HSL | 309.51º | 0.67% | 0.52% | - |
| HSV(B) | 309.51º | 0.77% | 0.84% | - |
| XYZ | 37.95 | 20.21 | 49.48 | - |
| YUV | 114.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 188 | 0 | 0.77 | 0.12 | 0.16 | 309.51 | 0.67 | 0.52 |
| Hex | D6 | 32 | BC | 0 | 4D | C | 10 | 136 | 43 | 34 |
| Octal | 326 | 62 | 274 | 0 | 115 | 14 | 20 | 466 | 103 | 64 |
| Binary | 11010110 | 110010 | 10111100 | 0 | 1001101 | 1100 | 10000 | 100110110 | 1000011 | 110100 |
Color Harmonies of #D632BC
Complementary color
Monochromatic Colors of #D632BC
Black with #D632BC
Text Example
Text Example
White with #D632BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632BC; }
p { color: rgb(214,50,188); }
H1.HeaderClassName
{
color: #D632BC;
}
.AnyTagClassName
{
color: #D632BC;
}
</style>
background-color css
<style>
a { background-color: #D632BC; }
a { background-color: rgb(214,50,188); }
div.DivClassName
{
background-color: #D632BC;
}
.BgClassName
{
background-color: #D632BC;
}
</style>
border-color css
<style>
span { border-color: #D632BC; }
span { border-color: rgb(214,50,188); }
td.TdClassName
{
border-color: #D632BC;
}
.TagClassName
{
border-color: #D632BC;
}
</style>