Shades of Fuchsia #D23EC0
Tints of Fuchsia #D23EC0
RGB
CMYK
RGB Variations
Color information
#D23EC0 (or 0xD23EC0) is known color: Fuchsia. HEX triplet: D2, 3E and C0. RGB value is (210,62,192). Sum of RGB (Red+Green+Blue) = 210+62+192=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EC0 is #2DC13F. Grayscale: #787878. Windows color (decimal): -2998592 or 12598994. OLE color: 12598994.
HSL color Cylindrical-coordinate representation of color #D23EC0: hue angle of 307.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23EC0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 192 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.18 |
| HSL | 307.3º | 0.62% | 0.53% | - |
| HSV(B) | 307.3º | 0.7% | 0.82% | - |
| XYZ | 37.82 | 20.95 | 51.92 | - |
| YUV | 121.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 192 | 0 | 0.70 | 0.09 | 0.18 | 307.3 | 0.62 | 0.53 |
| Hex | D2 | 3E | C0 | 0 | 46 | 9 | 12 | 133 | 3E | 35 |
| Octal | 322 | 76 | 300 | 0 | 106 | 11 | 22 | 463 | 76 | 65 |
| Binary | 11010010 | 111110 | 11000000 | 0 | 1000110 | 1001 | 10010 | 100110011 | 111110 | 110101 |
Color Harmonies of #D23EC0
Complementary color
Monochromatic Colors of #D23EC0
Black with #D23EC0
Text Example
Text Example
White with #D23EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EC0; }
p { color: rgb(210,62,192); }
H1.HeaderClassName
{
color: #D23EC0;
}
.AnyTagClassName
{
color: #D23EC0;
}
</style>
background-color css
<style>
a { background-color: #D23EC0; }
a { background-color: rgb(210,62,192); }
div.DivClassName
{
background-color: #D23EC0;
}
.BgClassName
{
background-color: #D23EC0;
}
</style>
border-color css
<style>
span { border-color: #D23EC0; }
span { border-color: rgb(210,62,192); }
td.TdClassName
{
border-color: #D23EC0;
}
.TagClassName
{
border-color: #D23EC0;
}
</style>