Shades of Fuchsia #D23ABB
Tints of Fuchsia #D23ABB
RGB
CMYK
RGB Variations
Color information
#D23ABB (or 0xD23ABB) is known color: Fuchsia. HEX triplet: D2, 3A and BB. RGB value is (210,58,187). Sum of RGB (Red+Green+Blue) = 210+58+187=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ABB is #2DC544. Grayscale: #757575. Windows color (decimal): -2999621 or 12270290. OLE color: 12270290.
HSL color Cylindrical-coordinate representation of color #D23ABB: hue angle of 309.08º 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 #D23ABB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 187 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.18 |
| HSL | 309.08º | 0.63% | 0.53% | - |
| HSV(B) | 309.08º | 0.72% | 0.82% | - |
| XYZ | 37.06 | 20.32 | 48.98 | - |
| YUV | 118.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 187 | 0 | 0.72 | 0.11 | 0.18 | 309.08 | 0.63 | 0.53 |
| Hex | D2 | 3A | BB | 0 | 48 | B | 12 | 135 | 3F | 35 |
| Octal | 322 | 72 | 273 | 0 | 110 | 13 | 22 | 465 | 77 | 65 |
| Binary | 11010010 | 111010 | 10111011 | 0 | 1001000 | 1011 | 10010 | 100110101 | 111111 | 110101 |
Color Harmonies of #D23ABB
Complementary color
Monochromatic Colors of #D23ABB
Black with #D23ABB
Text Example
Text Example
White with #D23ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ABB; }
p { color: rgb(210,58,187); }
H1.HeaderClassName
{
color: #D23ABB;
}
.AnyTagClassName
{
color: #D23ABB;
}
</style>
background-color css
<style>
a { background-color: #D23ABB; }
a { background-color: rgb(210,58,187); }
div.DivClassName
{
background-color: #D23ABB;
}
.BgClassName
{
background-color: #D23ABB;
}
</style>
border-color css
<style>
span { border-color: #D23ABB; }
span { border-color: rgb(210,58,187); }
td.TdClassName
{
border-color: #D23ABB;
}
.TagClassName
{
border-color: #D23ABB;
}
</style>