Shades of Fuchsia #D83CCA
Tints of Fuchsia #D83CCA
RGB
CMYK
RGB Variations
Color information
#D83CCA (or 0xD83CCA) is known color: Fuchsia. HEX triplet: D8, 3C and CA. RGB value is (216,60,202). Sum of RGB (Red+Green+Blue) = 216+60+202=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CCA is #27C335. Grayscale: #7A7A7A. Windows color (decimal): -2605878 or 13253848. OLE color: 13253848.
HSL color Cylindrical-coordinate representation of color #D83CCA: hue angle of 305.38º 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 #D83CCA is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 202 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.15 |
| HSL | 305.38º | 0.67% | 0.54% | - |
| HSV(B) | 305.38º | 0.72% | 0.85% | - |
| XYZ | 40.6 | 22.09 | 58 | - |
| YUV | 122.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 202 | 0 | 0.72 | 0.06 | 0.15 | 305.38 | 0.67 | 0.54 |
| Hex | D8 | 3C | CA | 0 | 48 | 6 | F | 131 | 43 | 36 |
| Octal | 330 | 74 | 312 | 0 | 110 | 6 | 17 | 461 | 103 | 66 |
| Binary | 11011000 | 111100 | 11001010 | 0 | 1001000 | 110 | 1111 | 100110001 | 1000011 | 110110 |
Color Harmonies of #D83CCA
Complementary color
Monochromatic Colors of #D83CCA
Black with #D83CCA
Text Example
Text Example
White with #D83CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CCA; }
p { color: rgb(216,60,202); }
H1.HeaderClassName
{
color: #D83CCA;
}
.AnyTagClassName
{
color: #D83CCA;
}
</style>
background-color css
<style>
a { background-color: #D83CCA; }
a { background-color: rgb(216,60,202); }
div.DivClassName
{
background-color: #D83CCA;
}
.BgClassName
{
background-color: #D83CCA;
}
</style>
border-color css
<style>
span { border-color: #D83CCA; }
span { border-color: rgb(216,60,202); }
td.TdClassName
{
border-color: #D83CCA;
}
.TagClassName
{
border-color: #D83CCA;
}
</style>