Shades of Fuchsia #D23CAF
Tints of Fuchsia #D23CAF
RGB
CMYK
RGB Variations
Color information
#D23CAF (or 0xD23CAF) is known color: Fuchsia. HEX triplet: D2, 3C and AF. RGB value is (210,60,175). Sum of RGB (Red+Green+Blue) = 210+60+175=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CAF is #2DC350. Grayscale: #757575. Windows color (decimal): -2999121 or 11484370. OLE color: 11484370.
HSL color Cylindrical-coordinate representation of color #D23CAF: hue angle of 314º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CAF is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 175 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.18 |
| HSL | 314º | 0.63% | 0.53% | - |
| HSV(B) | 314º | 0.71% | 0.82% | - |
| XYZ | 35.93 | 20.03 | 42.53 | - |
| YUV | 117.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 175 | 0 | 0.71 | 0.17 | 0.18 | 314 | 0.63 | 0.53 |
| Hex | D2 | 3C | AF | 0 | 47 | 11 | 12 | 13A | 3E | 35 |
| Octal | 322 | 74 | 257 | 0 | 107 | 21 | 22 | 472 | 76 | 65 |
| Binary | 11010010 | 111100 | 10101111 | 0 | 1000111 | 10001 | 10010 | 100111010 | 111110 | 110101 |
Color Harmonies of #D23CAF
Complementary color
Monochromatic Colors of #D23CAF
Black with #D23CAF
Text Example
Text Example
White with #D23CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CAF; }
p { color: rgb(210,60,175); }
H1.HeaderClassName
{
color: #D23CAF;
}
.AnyTagClassName
{
color: #D23CAF;
}
</style>
background-color css
<style>
a { background-color: #D23CAF; }
a { background-color: rgb(210,60,175); }
div.DivClassName
{
background-color: #D23CAF;
}
.BgClassName
{
background-color: #D23CAF;
}
</style>
border-color css
<style>
span { border-color: #D23CAF; }
span { border-color: rgb(210,60,175); }
td.TdClassName
{
border-color: #D23CAF;
}
.TagClassName
{
border-color: #D23CAF;
}
</style>