Shades of Fuchsia #D23ABD
Tints of Fuchsia #D23ABD
RGB
CMYK
RGB Variations
Color information
#D23ABD (or 0xD23ABD) is known color: Fuchsia. HEX triplet: D2, 3A and BD. RGB value is (210,58,189). Sum of RGB (Red+Green+Blue) = 210+58+189=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABD is #2DC542. Grayscale: #767676. Windows color (decimal): -2999619 or 12401362. OLE color: 12401362.
HSL color Cylindrical-coordinate representation of color #D23ABD: hue angle of 308.29º 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 #D23ABD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 189 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.29º | 0.63% | 0.53% | - |
| HSV(B) | 308.29º | 0.72% | 0.82% | - |
| XYZ | 37.28 | 20.4 | 50.12 | - |
| YUV | 118.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 189 | 0 | 0.72 | 0.10 | 0.18 | 308.29 | 0.63 | 0.53 |
| Hex | D2 | 3A | BD | 0 | 48 | A | 12 | 134 | 3F | 35 |
| Octal | 322 | 72 | 275 | 0 | 110 | 12 | 22 | 464 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111101 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111111 | 110101 |
Color Harmonies of #D23ABD
Complementary color
Monochromatic Colors of #D23ABD
Black with #D23ABD
Text Example
Text Example
White with #D23ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ABD; }
p { color: rgb(210,58,189); }
H1.HeaderClassName
{
color: #D23ABD;
}
.AnyTagClassName
{
color: #D23ABD;
}
</style>
background-color css
<style>
a { background-color: #D23ABD; }
a { background-color: rgb(210,58,189); }
div.DivClassName
{
background-color: #D23ABD;
}
.BgClassName
{
background-color: #D23ABD;
}
</style>
border-color css
<style>
span { border-color: #D23ABD; }
span { border-color: rgb(210,58,189); }
td.TdClassName
{
border-color: #D23ABD;
}
.TagClassName
{
border-color: #D23ABD;
}
</style>