Shades of Fuchsia #D23BCE
Tints of Fuchsia #D23BCE
RGB
CMYK
RGB Variations
Color information
#D23BCE (or 0xD23BCE) is known color: Fuchsia. HEX triplet: D2, 3B and CE. RGB value is (210,59,206). Sum of RGB (Red+Green+Blue) = 210+59+206=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCE is #2DC431. Grayscale: #787878. Windows color (decimal): -2999346 or 13515730. OLE color: 13515730.
HSL color Cylindrical-coordinate representation of color #D23BCE: hue angle of 301.59º 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 #D23BCE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 206 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 301.59º | 0.63% | 0.53% | - |
| HSV(B) | 301.59º | 0.72% | 0.82% | - |
| XYZ | 39.28 | 21.29 | 60.43 | - |
| YUV | 120.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 206 | 0 | 0.72 | 0.02 | 0.18 | 301.59 | 0.63 | 0.53 |
| Hex | D2 | 3B | CE | 0 | 48 | 2 | 12 | 12E | 3F | 35 |
| Octal | 322 | 73 | 316 | 0 | 110 | 2 | 22 | 456 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001110 | 0 | 1001000 | 10 | 10010 | 100101110 | 111111 | 110101 |
Color Harmonies of #D23BCE
Complementary color
Monochromatic Colors of #D23BCE
Black with #D23BCE
Text Example
Text Example
White with #D23BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCE; }
p { color: rgb(210,59,206); }
H1.HeaderClassName
{
color: #D23BCE;
}
.AnyTagClassName
{
color: #D23BCE;
}
</style>
background-color css
<style>
a { background-color: #D23BCE; }
a { background-color: rgb(210,59,206); }
div.DivClassName
{
background-color: #D23BCE;
}
.BgClassName
{
background-color: #D23BCE;
}
</style>
border-color css
<style>
span { border-color: #D23BCE; }
span { border-color: rgb(210,59,206); }
td.TdClassName
{
border-color: #D23BCE;
}
.TagClassName
{
border-color: #D23BCE;
}
</style>