Shades of Fuchsia #D23BC2
Tints of Fuchsia #D23BC2
RGB
CMYK
RGB Variations
Color information
#D23BC2 (or 0xD23BC2) is known color: Fuchsia. HEX triplet: D2, 3B and C2. RGB value is (210,59,194). Sum of RGB (Red+Green+Blue) = 210+59+194=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BC2 is #2DC43D. Grayscale: #777777. Windows color (decimal): -2999358 or 12729298. OLE color: 12729298.
HSL color Cylindrical-coordinate representation of color #D23BC2: hue angle of 306.36º 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 #D23BC2 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 194 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.18 |
| HSL | 306.36º | 0.63% | 0.53% | - |
| HSV(B) | 306.36º | 0.72% | 0.82% | - |
| XYZ | 37.88 | 20.72 | 53.04 | - |
| YUV | 119.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 194 | 0 | 0.72 | 0.08 | 0.18 | 306.36 | 0.63 | 0.53 |
| Hex | D2 | 3B | C2 | 0 | 48 | 8 | 12 | 132 | 3F | 35 |
| Octal | 322 | 73 | 302 | 0 | 110 | 10 | 22 | 462 | 77 | 65 |
| Binary | 11010010 | 111011 | 11000010 | 0 | 1001000 | 1000 | 10010 | 100110010 | 111111 | 110101 |
Color Harmonies of #D23BC2
Complementary color
Monochromatic Colors of #D23BC2
Black with #D23BC2
Text Example
Text Example
White with #D23BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BC2; }
p { color: rgb(210,59,194); }
H1.HeaderClassName
{
color: #D23BC2;
}
.AnyTagClassName
{
color: #D23BC2;
}
</style>
background-color css
<style>
a { background-color: #D23BC2; }
a { background-color: rgb(210,59,194); }
div.DivClassName
{
background-color: #D23BC2;
}
.BgClassName
{
background-color: #D23BC2;
}
</style>
border-color css
<style>
span { border-color: #D23BC2; }
span { border-color: rgb(210,59,194); }
td.TdClassName
{
border-color: #D23BC2;
}
.TagClassName
{
border-color: #D23BC2;
}
</style>