Shades of Fuchsia #D23DBC
Tints of Fuchsia #D23DBC
RGB
CMYK
RGB Variations
Color information
#D23DBC (or 0xD23DBC) is known color: Fuchsia. HEX triplet: D2, 3D and BC. RGB value is (210,61,188). Sum of RGB (Red+Green+Blue) = 210+61+188=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBC is #2DC243. Grayscale: #777777. Windows color (decimal): -2998852 or 12336594. OLE color: 12336594.
HSL color Cylindrical-coordinate representation of color #D23DBC: hue angle of 308.86º 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 #D23DBC is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 188 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.18 |
| HSL | 308.86º | 0.62% | 0.53% | - |
| HSV(B) | 308.86º | 0.71% | 0.82% | - |
| XYZ | 37.32 | 20.67 | 49.6 | - |
| YUV | 120.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 188 | 0 | 0.71 | 0.10 | 0.18 | 308.86 | 0.62 | 0.53 |
| Hex | D2 | 3D | BC | 0 | 47 | A | 12 | 135 | 3E | 35 |
| Octal | 322 | 75 | 274 | 0 | 107 | 12 | 22 | 465 | 76 | 65 |
| Binary | 11010010 | 111101 | 10111100 | 0 | 1000111 | 1010 | 10010 | 100110101 | 111110 | 110101 |
Color Harmonies of #D23DBC
Complementary color
Monochromatic Colors of #D23DBC
Black with #D23DBC
Text Example
Text Example
White with #D23DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DBC; }
p { color: rgb(210,61,188); }
H1.HeaderClassName
{
color: #D23DBC;
}
.AnyTagClassName
{
color: #D23DBC;
}
</style>
background-color css
<style>
a { background-color: #D23DBC; }
a { background-color: rgb(210,61,188); }
div.DivClassName
{
background-color: #D23DBC;
}
.BgClassName
{
background-color: #D23DBC;
}
</style>
border-color css
<style>
span { border-color: #D23DBC; }
span { border-color: rgb(210,61,188); }
td.TdClassName
{
border-color: #D23DBC;
}
.TagClassName
{
border-color: #D23DBC;
}
</style>