Shades of Fuchsia #D23ED0
Tints of Fuchsia #D23ED0
RGB
CMYK
RGB Variations
Color information
#D23ED0 (or 0xD23ED0) is known color: Fuchsia. HEX triplet: D2, 3E and D0. RGB value is (210,62,208). Sum of RGB (Red+Green+Blue) = 210+62+208=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ED0 is #2DC12F. Grayscale: #7A7A7A. Windows color (decimal): -2998576 or 13647570. OLE color: 13647570.
HSL color Cylindrical-coordinate representation of color #D23ED0: hue angle of 300.81º 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 #D23ED0 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 208 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.18 |
| HSL | 300.81º | 0.62% | 0.53% | - |
| HSV(B) | 300.81º | 0.7% | 0.82% | - |
| XYZ | 39.69 | 21.7 | 61.77 | - |
| YUV | 122.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 208 | 0 | 0.70 | 0.01 | 0.18 | 300.81 | 0.62 | 0.53 |
| Hex | D2 | 3E | D0 | 0 | 46 | 1 | 12 | 12D | 3E | 35 |
| Octal | 322 | 76 | 320 | 0 | 106 | 1 | 22 | 455 | 76 | 65 |
| Binary | 11010010 | 111110 | 11010000 | 0 | 1000110 | 1 | 10010 | 100101101 | 111110 | 110101 |
Color Harmonies of #D23ED0
Complementary color
Monochromatic Colors of #D23ED0
Black with #D23ED0
Text Example
Text Example
White with #D23ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ED0; }
p { color: rgb(210,62,208); }
H1.HeaderClassName
{
color: #D23ED0;
}
.AnyTagClassName
{
color: #D23ED0;
}
</style>
background-color css
<style>
a { background-color: #D23ED0; }
a { background-color: rgb(210,62,208); }
div.DivClassName
{
background-color: #D23ED0;
}
.BgClassName
{
background-color: #D23ED0;
}
</style>
border-color css
<style>
span { border-color: #D23ED0; }
span { border-color: rgb(210,62,208); }
td.TdClassName
{
border-color: #D23ED0;
}
.TagClassName
{
border-color: #D23ED0;
}
</style>