Shades of Fuchsia #D23EBE
Tints of Fuchsia #D23EBE
RGB
CMYK
RGB Variations
Color information
#D23EBE (or 0xD23EBE) is known color: Fuchsia. HEX triplet: D2, 3E and BE. RGB value is (210,62,190). Sum of RGB (Red+Green+Blue) = 210+62+190=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EBE is #2DC141. Grayscale: #787878. Windows color (decimal): -2998594 or 12467922. OLE color: 12467922.
HSL color Cylindrical-coordinate representation of color #D23EBE: hue angle of 308.11º 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 #D23EBE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 190 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.18 |
| HSL | 308.11º | 0.62% | 0.53% | - |
| HSV(B) | 308.11º | 0.7% | 0.82% | - |
| XYZ | 37.6 | 20.86 | 50.76 | - |
| YUV | 120.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 190 | 0 | 0.70 | 0.10 | 0.18 | 308.11 | 0.62 | 0.53 |
| Hex | D2 | 3E | BE | 0 | 46 | A | 12 | 134 | 3E | 35 |
| Octal | 322 | 76 | 276 | 0 | 106 | 12 | 22 | 464 | 76 | 65 |
| Binary | 11010010 | 111110 | 10111110 | 0 | 1000110 | 1010 | 10010 | 100110100 | 111110 | 110101 |
Color Harmonies of #D23EBE
Complementary color
Monochromatic Colors of #D23EBE
Black with #D23EBE
Text Example
Text Example
White with #D23EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EBE; }
p { color: rgb(210,62,190); }
H1.HeaderClassName
{
color: #D23EBE;
}
.AnyTagClassName
{
color: #D23EBE;
}
</style>
background-color css
<style>
a { background-color: #D23EBE; }
a { background-color: rgb(210,62,190); }
div.DivClassName
{
background-color: #D23EBE;
}
.BgClassName
{
background-color: #D23EBE;
}
</style>
border-color css
<style>
span { border-color: #D23EBE; }
span { border-color: rgb(210,62,190); }
td.TdClassName
{
border-color: #D23EBE;
}
.TagClassName
{
border-color: #D23EBE;
}
</style>