Shades of Fuchsia #D23BAE
Tints of Fuchsia #D23BAE
RGB
CMYK
RGB Variations
Color information
#D23BAE (or 0xD23BAE) is known color: Fuchsia. HEX triplet: D2, 3B and AE. RGB value is (210,59,174). Sum of RGB (Red+Green+Blue) = 210+59+174=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BAE is #2DC451. Grayscale: #747474. Windows color (decimal): -2999378 or 11418578. OLE color: 11418578.
HSL color Cylindrical-coordinate representation of color #D23BAE: hue angle of 314.3º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BAE is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 174 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.18 |
| HSL | 314.3º | 0.63% | 0.53% | - |
| HSV(B) | 314.3º | 0.72% | 0.82% | - |
| XYZ | 35.78 | 19.89 | 42 | - |
| YUV | 117.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 174 | 0 | 0.72 | 0.17 | 0.18 | 314.3 | 0.63 | 0.53 |
| Hex | D2 | 3B | AE | 0 | 48 | 11 | 12 | 13A | 3F | 35 |
| Octal | 322 | 73 | 256 | 0 | 110 | 21 | 22 | 472 | 77 | 65 |
| Binary | 11010010 | 111011 | 10101110 | 0 | 1001000 | 10001 | 10010 | 100111010 | 111111 | 110101 |
Color Harmonies of #D23BAE
Complementary color
Monochromatic Colors of #D23BAE
Black with #D23BAE
Text Example
Text Example
White with #D23BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BAE; }
p { color: rgb(210,59,174); }
H1.HeaderClassName
{
color: #D23BAE;
}
.AnyTagClassName
{
color: #D23BAE;
}
</style>
background-color css
<style>
a { background-color: #D23BAE; }
a { background-color: rgb(210,59,174); }
div.DivClassName
{
background-color: #D23BAE;
}
.BgClassName
{
background-color: #D23BAE;
}
</style>
border-color css
<style>
span { border-color: #D23BAE; }
span { border-color: rgb(210,59,174); }
td.TdClassName
{
border-color: #D23BAE;
}
.TagClassName
{
border-color: #D23BAE;
}
</style>