Shades of Fuchsia #D23ABE
Tints of Fuchsia #D23ABE
RGB
CMYK
RGB Variations
Color information
#D23ABE (or 0xD23ABE) is known color: Fuchsia. HEX triplet: D2, 3A and BE. RGB value is (210,58,190). Sum of RGB (Red+Green+Blue) = 210+58+190=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABE is #2DC541. Grayscale: #767676. Windows color (decimal): -2999618 or 12466898. OLE color: 12466898.
HSL color Cylindrical-coordinate representation of color #D23ABE: hue angle of 307.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23ABE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 190 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 307.89º | 0.63% | 0.53% | - |
| HSV(B) | 307.89º | 0.72% | 0.82% | - |
| XYZ | 37.39 | 20.45 | 50.69 | - |
| YUV | 118.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 190 | 0 | 0.72 | 0.10 | 0.18 | 307.89 | 0.63 | 0.53 |
| Hex | D2 | 3A | BE | 0 | 48 | A | 12 | 134 | 3F | 35 |
| Octal | 322 | 72 | 276 | 0 | 110 | 12 | 22 | 464 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111110 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111111 | 110101 |
Color Harmonies of #D23ABE
Complementary color
Monochromatic Colors of #D23ABE
Black with #D23ABE
Text Example
Text Example
White with #D23ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ABE; }
p { color: rgb(210,58,190); }
H1.HeaderClassName
{
color: #D23ABE;
}
.AnyTagClassName
{
color: #D23ABE;
}
</style>
background-color css
<style>
a { background-color: #D23ABE; }
a { background-color: rgb(210,58,190); }
div.DivClassName
{
background-color: #D23ABE;
}
.BgClassName
{
background-color: #D23ABE;
}
</style>
border-color css
<style>
span { border-color: #D23ABE; }
span { border-color: rgb(210,58,190); }
td.TdClassName
{
border-color: #D23ABE;
}
.TagClassName
{
border-color: #D23ABE;
}
</style>