Shades of Fuchsia #D83CAF
Tints of Fuchsia #D83CAF
RGB
CMYK
RGB Variations
Color information
#D83CAF (or 0xD83CAF) is known color: Fuchsia. HEX triplet: D8, 3C and AF. RGB value is (216,60,175). Sum of RGB (Red+Green+Blue) = 216+60+175=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83CAF is #27C350. Grayscale: #777777. Windows color (decimal): -2605905 or 11484376. OLE color: 11484376.
HSL color Cylindrical-coordinate representation of color #D83CAF: hue angle of 315.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 #D83CAF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 175 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.15 |
| HSL | 315.77º | 0.67% | 0.54% | - |
| HSV(B) | 315.77º | 0.72% | 0.85% | - |
| XYZ | 37.67 | 20.93 | 42.61 | - |
| YUV | 119.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 175 | 0 | 0.72 | 0.19 | 0.15 | 315.77 | 0.67 | 0.54 |
| Hex | D8 | 3C | AF | 0 | 48 | 13 | F | 13C | 43 | 36 |
| Octal | 330 | 74 | 257 | 0 | 110 | 23 | 17 | 474 | 103 | 66 |
| Binary | 11011000 | 111100 | 10101111 | 0 | 1001000 | 10011 | 1111 | 100111100 | 1000011 | 110110 |
Color Harmonies of #D83CAF
Complementary color
Monochromatic Colors of #D83CAF
Black with #D83CAF
Text Example
Text Example
White with #D83CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CAF; }
p { color: rgb(216,60,175); }
H1.HeaderClassName
{
color: #D83CAF;
}
.AnyTagClassName
{
color: #D83CAF;
}
</style>
background-color css
<style>
a { background-color: #D83CAF; }
a { background-color: rgb(216,60,175); }
div.DivClassName
{
background-color: #D83CAF;
}
.BgClassName
{
background-color: #D83CAF;
}
</style>
border-color css
<style>
span { border-color: #D83CAF; }
span { border-color: rgb(216,60,175); }
td.TdClassName
{
border-color: #D83CAF;
}
.TagClassName
{
border-color: #D83CAF;
}
</style>