Shades of Fuchsia #D23CB9
Tints of Fuchsia #D23CB9
RGB
CMYK
RGB Variations
Color information
#D23CB9 (or 0xD23CB9) is known color: Fuchsia. HEX triplet: D2, 3C and B9. RGB value is (210,60,185). Sum of RGB (Red+Green+Blue) = 210+60+185=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CB9 is #2DC346. Grayscale: #767676. Windows color (decimal): -2999111 or 12139730. OLE color: 12139730.
HSL color Cylindrical-coordinate representation of color #D23CB9: hue angle of 310º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CB9 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 185 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.18 |
| HSL | 310º | 0.63% | 0.53% | - |
| HSV(B) | 310º | 0.71% | 0.82% | - |
| XYZ | 36.95 | 20.44 | 47.9 | - |
| YUV | 119.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 185 | 0 | 0.71 | 0.12 | 0.18 | 310 | 0.63 | 0.53 |
| Hex | D2 | 3C | B9 | 0 | 47 | C | 12 | 136 | 3E | 35 |
| Octal | 322 | 74 | 271 | 0 | 107 | 14 | 22 | 466 | 76 | 65 |
| Binary | 11010010 | 111100 | 10111001 | 0 | 1000111 | 1100 | 10010 | 100110110 | 111110 | 110101 |
Color Harmonies of #D23CB9
Complementary color
Monochromatic Colors of #D23CB9
Black with #D23CB9
Text Example
Text Example
White with #D23CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CB9; }
p { color: rgb(210,60,185); }
H1.HeaderClassName
{
color: #D23CB9;
}
.AnyTagClassName
{
color: #D23CB9;
}
</style>
background-color css
<style>
a { background-color: #D23CB9; }
a { background-color: rgb(210,60,185); }
div.DivClassName
{
background-color: #D23CB9;
}
.BgClassName
{
background-color: #D23CB9;
}
</style>
border-color css
<style>
span { border-color: #D23CB9; }
span { border-color: rgb(210,60,185); }
td.TdClassName
{
border-color: #D23CB9;
}
.TagClassName
{
border-color: #D23CB9;
}
</style>