Shades of Fuchsia #D83CC0
Tints of Fuchsia #D83CC0
RGB
CMYK
RGB Variations
Color information
#D83CC0 (or 0xD83CC0) is known color: Fuchsia. HEX triplet: D8, 3C and C0. RGB value is (216,60,192). Sum of RGB (Red+Green+Blue) = 216+60+192=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CC0 is #27C33F. Grayscale: #797979. Windows color (decimal): -2605888 or 12598488. OLE color: 12598488.
HSL color Cylindrical-coordinate representation of color #D83CC0: hue angle of 309.23º 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 #D83CC0 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 192 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 309.23º | 0.67% | 0.54% | - |
| HSV(B) | 309.23º | 0.72% | 0.85% | - |
| XYZ | 39.45 | 21.64 | 51.97 | - |
| YUV | 121.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 192 | 0 | 0.72 | 0.11 | 0.15 | 309.23 | 0.67 | 0.54 |
| Hex | D8 | 3C | C0 | 0 | 48 | B | F | 135 | 43 | 36 |
| Octal | 330 | 74 | 300 | 0 | 110 | 13 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111100 | 11000000 | 0 | 1001000 | 1011 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D83CC0
Complementary color
Monochromatic Colors of #D83CC0
Black with #D83CC0
Text Example
Text Example
White with #D83CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CC0; }
p { color: rgb(216,60,192); }
H1.HeaderClassName
{
color: #D83CC0;
}
.AnyTagClassName
{
color: #D83CC0;
}
</style>
background-color css
<style>
a { background-color: #D83CC0; }
a { background-color: rgb(216,60,192); }
div.DivClassName
{
background-color: #D83CC0;
}
.BgClassName
{
background-color: #D83CC0;
}
</style>
border-color css
<style>
span { border-color: #D83CC0; }
span { border-color: rgb(216,60,192); }
td.TdClassName
{
border-color: #D83CC0;
}
.TagClassName
{
border-color: #D83CC0;
}
</style>