Shades of Fuchsia #D83CC9
Tints of Fuchsia #D83CC9
RGB
CMYK
RGB Variations
Color information
#D83CC9 (or 0xD83CC9) is known color: Fuchsia. HEX triplet: D8, 3C and C9. RGB value is (216,60,201). Sum of RGB (Red+Green+Blue) = 216+60+201=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CC9 is #27C336. Grayscale: #7A7A7A. Windows color (decimal): -2605879 or 13188312. OLE color: 13188312.
HSL color Cylindrical-coordinate representation of color #D83CC9: hue angle of 305.77º 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 #D83CC9 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 201 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.15 |
| HSL | 305.77º | 0.67% | 0.54% | - |
| HSV(B) | 305.77º | 0.72% | 0.85% | - |
| XYZ | 40.48 | 22.05 | 57.38 | - |
| YUV | 122.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 201 | 0 | 0.72 | 0.07 | 0.15 | 305.77 | 0.67 | 0.54 |
| Hex | D8 | 3C | C9 | 0 | 48 | 7 | F | 132 | 43 | 36 |
| Octal | 330 | 74 | 311 | 0 | 110 | 7 | 17 | 462 | 103 | 66 |
| Binary | 11011000 | 111100 | 11001001 | 0 | 1001000 | 111 | 1111 | 100110010 | 1000011 | 110110 |
Color Harmonies of #D83CC9
Complementary color
Monochromatic Colors of #D83CC9
Black with #D83CC9
Text Example
Text Example
White with #D83CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CC9; }
p { color: rgb(216,60,201); }
H1.HeaderClassName
{
color: #D83CC9;
}
.AnyTagClassName
{
color: #D83CC9;
}
</style>
background-color css
<style>
a { background-color: #D83CC9; }
a { background-color: rgb(216,60,201); }
div.DivClassName
{
background-color: #D83CC9;
}
.BgClassName
{
background-color: #D83CC9;
}
</style>
border-color css
<style>
span { border-color: #D83CC9; }
span { border-color: rgb(216,60,201); }
td.TdClassName
{
border-color: #D83CC9;
}
.TagClassName
{
border-color: #D83CC9;
}
</style>