Shades of Fuchsia #D83CC6
Tints of Fuchsia #D83CC6
RGB
CMYK
RGB Variations
Color information
#D83CC6 (or 0xD83CC6) is known color: Fuchsia. HEX triplet: D8, 3C and C6. RGB value is (216,60,198). Sum of RGB (Red+Green+Blue) = 216+60+198=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CC6 is #27C339. Grayscale: #797979. Windows color (decimal): -2605882 or 12991704. OLE color: 12991704.
HSL color Cylindrical-coordinate representation of color #D83CC6: hue angle of 306.92º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83CC6 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 198 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.15 |
| HSL | 306.92º | 0.67% | 0.54% | - |
| HSV(B) | 306.92º | 0.72% | 0.85% | - |
| XYZ | 40.13 | 21.91 | 55.54 | - |
| YUV | 122.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 198 | 0 | 0.72 | 0.08 | 0.15 | 306.92 | 0.67 | 0.54 |
| Hex | D8 | 3C | C6 | 0 | 48 | 8 | F | 133 | 43 | 36 |
| Octal | 330 | 74 | 306 | 0 | 110 | 10 | 17 | 463 | 103 | 66 |
| Binary | 11011000 | 111100 | 11000110 | 0 | 1001000 | 1000 | 1111 | 100110011 | 1000011 | 110110 |
Color Harmonies of #D83CC6
Complementary color
Monochromatic Colors of #D83CC6
Black with #D83CC6
Text Example
Text Example
White with #D83CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CC6; }
p { color: rgb(216,60,198); }
H1.HeaderClassName
{
color: #D83CC6;
}
.AnyTagClassName
{
color: #D83CC6;
}
</style>
background-color css
<style>
a { background-color: #D83CC6; }
a { background-color: rgb(216,60,198); }
div.DivClassName
{
background-color: #D83CC6;
}
.BgClassName
{
background-color: #D83CC6;
}
</style>
border-color css
<style>
span { border-color: #D83CC6; }
span { border-color: rgb(216,60,198); }
td.TdClassName
{
border-color: #D83CC6;
}
.TagClassName
{
border-color: #D83CC6;
}
</style>