Shades of Fuchsia #D23DB9
Tints of Fuchsia #D23DB9
RGB
CMYK
RGB Variations
Color information
#D23DB9 (or 0xD23DB9) is known color: Fuchsia. HEX triplet: D2, 3D and B9. RGB value is (210,61,185). Sum of RGB (Red+Green+Blue) = 210+61+185=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DB9 is #2DC246. Grayscale: #777777. Windows color (decimal): -2998855 or 12139986. OLE color: 12139986.
HSL color Cylindrical-coordinate representation of color #D23DB9: hue angle of 310.07º 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 #D23DB9 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 185 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.18 |
| HSL | 310.07º | 0.62% | 0.53% | - |
| HSV(B) | 310.07º | 0.71% | 0.82% | - |
| XYZ | 37 | 20.54 | 47.91 | - |
| YUV | 119.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 185 | 0 | 0.71 | 0.12 | 0.18 | 310.07 | 0.62 | 0.53 |
| Hex | D2 | 3D | B9 | 0 | 47 | C | 12 | 136 | 3E | 35 |
| Octal | 322 | 75 | 271 | 0 | 107 | 14 | 22 | 466 | 76 | 65 |
| Binary | 11010010 | 111101 | 10111001 | 0 | 1000111 | 1100 | 10010 | 100110110 | 111110 | 110101 |
Color Harmonies of #D23DB9
Complementary color
Monochromatic Colors of #D23DB9
Black with #D23DB9
Text Example
Text Example
White with #D23DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DB9; }
p { color: rgb(210,61,185); }
H1.HeaderClassName
{
color: #D23DB9;
}
.AnyTagClassName
{
color: #D23DB9;
}
</style>
background-color css
<style>
a { background-color: #D23DB9; }
a { background-color: rgb(210,61,185); }
div.DivClassName
{
background-color: #D23DB9;
}
.BgClassName
{
background-color: #D23DB9;
}
</style>
border-color css
<style>
span { border-color: #D23DB9; }
span { border-color: rgb(210,61,185); }
td.TdClassName
{
border-color: #D23DB9;
}
.TagClassName
{
border-color: #D23DB9;
}
</style>