Shades of Fuchsia #D23AB6
Tints of Fuchsia #D23AB6
RGB
CMYK
RGB Variations
Color information
#D23AB6 (or 0xD23AB6) is known color: Fuchsia. HEX triplet: D2, 3A and B6. RGB value is (210,58,182). Sum of RGB (Red+Green+Blue) = 210+58+182=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AB6 is #2DC549. Grayscale: #757575. Windows color (decimal): -2999626 or 11942610. OLE color: 11942610.
HSL color Cylindrical-coordinate representation of color #D23AB6: hue angle of 311.05º 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 #D23AB6 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 182 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.18 |
| HSL | 311.05º | 0.63% | 0.53% | - |
| HSV(B) | 311.05º | 0.72% | 0.82% | - |
| XYZ | 36.53 | 20.11 | 46.21 | - |
| YUV | 117.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 182 | 0 | 0.72 | 0.13 | 0.18 | 311.05 | 0.63 | 0.53 |
| Hex | D2 | 3A | B6 | 0 | 48 | D | 12 | 137 | 3F | 35 |
| Octal | 322 | 72 | 266 | 0 | 110 | 15 | 22 | 467 | 77 | 65 |
| Binary | 11010010 | 111010 | 10110110 | 0 | 1001000 | 1101 | 10010 | 100110111 | 111111 | 110101 |
Color Harmonies of #D23AB6
Complementary color
Monochromatic Colors of #D23AB6
Black with #D23AB6
Text Example
Text Example
White with #D23AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AB6; }
p { color: rgb(210,58,182); }
H1.HeaderClassName
{
color: #D23AB6;
}
.AnyTagClassName
{
color: #D23AB6;
}
</style>
background-color css
<style>
a { background-color: #D23AB6; }
a { background-color: rgb(210,58,182); }
div.DivClassName
{
background-color: #D23AB6;
}
.BgClassName
{
background-color: #D23AB6;
}
</style>
border-color css
<style>
span { border-color: #D23AB6; }
span { border-color: rgb(210,58,182); }
td.TdClassName
{
border-color: #D23AB6;
}
.TagClassName
{
border-color: #D23AB6;
}
</style>