Shades of Fuchsia #D23AB3
Tints of Fuchsia #D23AB3
RGB
CMYK
RGB Variations
Color information
#D23AB3 (or 0xD23AB3) is known color: Fuchsia. HEX triplet: D2, 3A and B3. RGB value is (210,58,179). Sum of RGB (Red+Green+Blue) = 210+58+179=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23AB3 is #2DC54C. Grayscale: #747474. Windows color (decimal): -2999629 or 11746002. OLE color: 11746002.
HSL color Cylindrical-coordinate representation of color #D23AB3: hue angle of 312.24º 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 #D23AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 179 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.18 |
| HSL | 312.24º | 0.63% | 0.53% | - |
| HSV(B) | 312.24º | 0.72% | 0.82% | - |
| XYZ | 36.23 | 19.98 | 44.6 | - |
| YUV | 117.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 179 | 0 | 0.72 | 0.15 | 0.18 | 312.24 | 0.63 | 0.53 |
| Hex | D2 | 3A | B3 | 0 | 48 | F | 12 | 138 | 3F | 35 |
| Octal | 322 | 72 | 263 | 0 | 110 | 17 | 22 | 470 | 77 | 65 |
| Binary | 11010010 | 111010 | 10110011 | 0 | 1001000 | 1111 | 10010 | 100111000 | 111111 | 110101 |
Color Harmonies of #D23AB3
Complementary color
Monochromatic Colors of #D23AB3
Black with #D23AB3
Text Example
Text Example
White with #D23AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AB3; }
p { color: rgb(210,58,179); }
H1.HeaderClassName
{
color: #D23AB3;
}
.AnyTagClassName
{
color: #D23AB3;
}
</style>
background-color css
<style>
a { background-color: #D23AB3; }
a { background-color: rgb(210,58,179); }
div.DivClassName
{
background-color: #D23AB3;
}
.BgClassName
{
background-color: #D23AB3;
}
</style>
border-color css
<style>
span { border-color: #D23AB3; }
span { border-color: rgb(210,58,179); }
td.TdClassName
{
border-color: #D23AB3;
}
.TagClassName
{
border-color: #D23AB3;
}
</style>