Shades of Fuchsia #D23ED3
Tints of Fuchsia #D23ED3
RGB
CMYK
RGB Variations
Color information
#D23ED3 (or 0xD23ED3) is known color: Fuchsia. HEX triplet: D2, 3E and D3. RGB value is (210,62,211). Sum of RGB (Red+Green+Blue) = 210+62+211=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #D23ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ED3 is #2DC12C. Grayscale: #7A7A7A. Windows color (decimal): -2998573 or 13844178. OLE color: 13844178.
HSL color Cylindrical-coordinate representation of color #D23ED3: hue angle of 299.6º degrees, saturation: 0.63, 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 #D23ED3 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 62 | 211 | - |
| CMYK | 0.00 | 0.71 | 0 | 0.17 |
| HSL | 299.6º | 0.63% | 0.54% | - |
| HSV(B) | 299.6º | 0.71% | 0.83% | - |
| XYZ | 40.06 | 21.85 | 63.73 | - |
| YUV | 123.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 211 | 0.00 | 0.71 | 0 | 0.17 | 299.6 | 0.63 | 0.54 |
| Hex | D2 | 3E | D3 | 0 | 47 | 0 | 11 | 12C | 3F | 36 |
| Octal | 322 | 76 | 323 | 0 | 107 | 0 | 21 | 454 | 77 | 66 |
| Binary | 11010010 | 111110 | 11010011 | 0 | 1000111 | 0 | 10001 | 100101100 | 111111 | 110110 |
Color Harmonies of #D23ED3
Complementary color
Monochromatic Colors of #D23ED3
Black with #D23ED3
Text Example
Text Example
White with #D23ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ED3; }
p { color: rgb(210,62,211); }
H1.HeaderClassName
{
color: #D23ED3;
}
.AnyTagClassName
{
color: #D23ED3;
}
</style>
background-color css
<style>
a { background-color: #D23ED3; }
a { background-color: rgb(210,62,211); }
div.DivClassName
{
background-color: #D23ED3;
}
.BgClassName
{
background-color: #D23ED3;
}
</style>
border-color css
<style>
span { border-color: #D23ED3; }
span { border-color: rgb(210,62,211); }
td.TdClassName
{
border-color: #D23ED3;
}
.TagClassName
{
border-color: #D23ED3;
}
</style>