Shades of Fuchsia #D23ED4
Tints of Fuchsia #D23ED4
RGB
CMYK
RGB Variations
Color information
#D23ED4 (or 0xD23ED4) is known color: Fuchsia. HEX triplet: D2, 3E and D4. RGB value is (210,62,212). Sum of RGB (Red+Green+Blue) = 210+62+212=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #D23ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ED4 is #2DC12B. Grayscale: #7A7A7A. Windows color (decimal): -2998572 or 13909714. OLE color: 13909714.
HSL color Cylindrical-coordinate representation of color #D23ED4: hue angle of 299.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23ED4 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 62 | 212 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.17 |
| HSL | 299.2º | 0.64% | 0.54% | - |
| HSV(B) | 299.2º | 0.71% | 0.83% | - |
| XYZ | 40.18 | 21.9 | 64.4 | - |
| YUV | 123.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 212 | 0.01 | 0.71 | 0 | 0.17 | 299.2 | 0.64 | 0.54 |
| Hex | D2 | 3E | D4 | 1 | 47 | 0 | 11 | 12B | 40 | 36 |
| Octal | 322 | 76 | 324 | 1 | 107 | 0 | 21 | 453 | 100 | 66 |
| Binary | 11010010 | 111110 | 11010100 | 1 | 1000111 | 0 | 10001 | 100101011 | 1000000 | 110110 |
Color Harmonies of #D23ED4
Complementary color
Monochromatic Colors of #D23ED4
Black with #D23ED4
Text Example
Text Example
White with #D23ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ED4; }
p { color: rgb(210,62,212); }
H1.HeaderClassName
{
color: #D23ED4;
}
.AnyTagClassName
{
color: #D23ED4;
}
</style>
background-color css
<style>
a { background-color: #D23ED4; }
a { background-color: rgb(210,62,212); }
div.DivClassName
{
background-color: #D23ED4;
}
.BgClassName
{
background-color: #D23ED4;
}
</style>
border-color css
<style>
span { border-color: #D23ED4; }
span { border-color: rgb(210,62,212); }
td.TdClassName
{
border-color: #D23ED4;
}
.TagClassName
{
border-color: #D23ED4;
}
</style>