Shades of Fuchsia #D23EB2
Tints of Fuchsia #D23EB2
RGB
CMYK
RGB Variations
Color information
#D23EB2 (or 0xD23EB2) is known color: Fuchsia. HEX triplet: D2, 3E and B2. RGB value is (210,62,178). Sum of RGB (Red+Green+Blue) = 210+62+178=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23EB2 is #2DC14D. Grayscale: #777777. Windows color (decimal): -2998606 or 11681490. OLE color: 11681490.
HSL color Cylindrical-coordinate representation of color #D23EB2: hue angle of 312.97º 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 #D23EB2 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 178 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.18 |
| HSL | 312.97º | 0.62% | 0.53% | - |
| HSV(B) | 312.97º | 0.7% | 0.82% | - |
| XYZ | 36.34 | 20.36 | 44.13 | - |
| YUV | 119.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 178 | 0 | 0.70 | 0.15 | 0.18 | 312.97 | 0.62 | 0.53 |
| Hex | D2 | 3E | B2 | 0 | 46 | F | 12 | 139 | 3E | 35 |
| Octal | 322 | 76 | 262 | 0 | 106 | 17 | 22 | 471 | 76 | 65 |
| Binary | 11010010 | 111110 | 10110010 | 0 | 1000110 | 1111 | 10010 | 100111001 | 111110 | 110101 |
Color Harmonies of #D23EB2
Complementary color
Monochromatic Colors of #D23EB2
Black with #D23EB2
Text Example
Text Example
White with #D23EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EB2; }
p { color: rgb(210,62,178); }
H1.HeaderClassName
{
color: #D23EB2;
}
.AnyTagClassName
{
color: #D23EB2;
}
</style>
background-color css
<style>
a { background-color: #D23EB2; }
a { background-color: rgb(210,62,178); }
div.DivClassName
{
background-color: #D23EB2;
}
.BgClassName
{
background-color: #D23EB2;
}
</style>
border-color css
<style>
span { border-color: #D23EB2; }
span { border-color: rgb(210,62,178); }
td.TdClassName
{
border-color: #D23EB2;
}
.TagClassName
{
border-color: #D23EB2;
}
</style>