Shades of Fuchsia #D23BCD
Tints of Fuchsia #D23BCD
RGB
CMYK
RGB Variations
Color information
#D23BCD (or 0xD23BCD) is known color: Fuchsia. HEX triplet: D2, 3B and CD. RGB value is (210,59,205). Sum of RGB (Red+Green+Blue) = 210+59+205=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCD is #2DC432. Grayscale: #787878. Windows color (decimal): -2999347 or 13450194. OLE color: 13450194.
HSL color Cylindrical-coordinate representation of color #D23BCD: hue angle of 301.99º 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 #D23BCD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 205 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 301.99º | 0.63% | 0.53% | - |
| HSV(B) | 301.99º | 0.72% | 0.82% | - |
| XYZ | 39.16 | 21.24 | 59.79 | - |
| YUV | 120.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 205 | 0 | 0.72 | 0.02 | 0.18 | 301.99 | 0.63 | 0.53 |
| Hex | D2 | 3B | CD | 0 | 48 | 2 | 12 | 12E | 3F | 35 |
| Octal | 322 | 73 | 315 | 0 | 110 | 2 | 22 | 456 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001101 | 0 | 1001000 | 10 | 10010 | 100101110 | 111111 | 110101 |
Color Harmonies of #D23BCD
Complementary color
Monochromatic Colors of #D23BCD
Black with #D23BCD
Text Example
Text Example
White with #D23BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCD; }
p { color: rgb(210,59,205); }
H1.HeaderClassName
{
color: #D23BCD;
}
.AnyTagClassName
{
color: #D23BCD;
}
</style>
background-color css
<style>
a { background-color: #D23BCD; }
a { background-color: rgb(210,59,205); }
div.DivClassName
{
background-color: #D23BCD;
}
.BgClassName
{
background-color: #D23BCD;
}
</style>
border-color css
<style>
span { border-color: #D23BCD; }
span { border-color: rgb(210,59,205); }
td.TdClassName
{
border-color: #D23BCD;
}
.TagClassName
{
border-color: #D23BCD;
}
</style>