Shades of Fuchsia #D23ABF
Tints of Fuchsia #D23ABF
RGB
CMYK
RGB Variations
Color information
#D23ABF (or 0xD23ABF) is known color: Fuchsia. HEX triplet: D2, 3A and BF. RGB value is (210,58,191). Sum of RGB (Red+Green+Blue) = 210+58+191=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABF is #2DC540. Grayscale: #767676. Windows color (decimal): -2999617 or 12532434. OLE color: 12532434.
HSL color Cylindrical-coordinate representation of color #D23ABF: hue angle of 307.5º 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 #D23ABF is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 191 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.18 |
| HSL | 307.5º | 0.63% | 0.53% | - |
| HSV(B) | 307.5º | 0.72% | 0.82% | - |
| XYZ | 37.5 | 20.49 | 51.27 | - |
| YUV | 118.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 191 | 0 | 0.72 | 0.09 | 0.18 | 307.5 | 0.63 | 0.53 |
| Hex | D2 | 3A | BF | 0 | 48 | 9 | 12 | 134 | 3F | 35 |
| Octal | 322 | 72 | 277 | 0 | 110 | 11 | 22 | 464 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111111 | 0 | 1001000 | 1001 | 10010 | 100110100 | 111111 | 110101 |
Color Harmonies of #D23ABF
Complementary color
Monochromatic Colors of #D23ABF
Black with #D23ABF
Text Example
Text Example
White with #D23ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ABF; }
p { color: rgb(210,58,191); }
H1.HeaderClassName
{
color: #D23ABF;
}
.AnyTagClassName
{
color: #D23ABF;
}
</style>
background-color css
<style>
a { background-color: #D23ABF; }
a { background-color: rgb(210,58,191); }
div.DivClassName
{
background-color: #D23ABF;
}
.BgClassName
{
background-color: #D23ABF;
}
</style>
border-color css
<style>
span { border-color: #D23ABF; }
span { border-color: rgb(210,58,191); }
td.TdClassName
{
border-color: #D23ABF;
}
.TagClassName
{
border-color: #D23ABF;
}
</style>