Shades of Fuchsia #D23DB7
Tints of Fuchsia #D23DB7
RGB
CMYK
RGB Variations
Color information
#D23DB7 (or 0xD23DB7) is known color: Fuchsia. HEX triplet: D2, 3D and B7. RGB value is (210,61,183). Sum of RGB (Red+Green+Blue) = 210+61+183=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DB7 is #2DC248. Grayscale: #777777. Windows color (decimal): -2998857 or 12008914. OLE color: 12008914.
HSL color Cylindrical-coordinate representation of color #D23DB7: hue angle of 310.87º 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 #D23DB7 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 183 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.18 |
| HSL | 310.87º | 0.62% | 0.53% | - |
| HSV(B) | 310.87º | 0.71% | 0.82% | - |
| XYZ | 36.79 | 20.46 | 46.81 | - |
| YUV | 119.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 183 | 0 | 0.71 | 0.13 | 0.18 | 310.87 | 0.62 | 0.53 |
| Hex | D2 | 3D | B7 | 0 | 47 | D | 12 | 137 | 3E | 35 |
| Octal | 322 | 75 | 267 | 0 | 107 | 15 | 22 | 467 | 76 | 65 |
| Binary | 11010010 | 111101 | 10110111 | 0 | 1000111 | 1101 | 10010 | 100110111 | 111110 | 110101 |
Color Harmonies of #D23DB7
Complementary color
Monochromatic Colors of #D23DB7
Black with #D23DB7
Text Example
Text Example
White with #D23DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DB7; }
p { color: rgb(210,61,183); }
H1.HeaderClassName
{
color: #D23DB7;
}
.AnyTagClassName
{
color: #D23DB7;
}
</style>
background-color css
<style>
a { background-color: #D23DB7; }
a { background-color: rgb(210,61,183); }
div.DivClassName
{
background-color: #D23DB7;
}
.BgClassName
{
background-color: #D23DB7;
}
</style>
border-color css
<style>
span { border-color: #D23DB7; }
span { border-color: rgb(210,61,183); }
td.TdClassName
{
border-color: #D23DB7;
}
.TagClassName
{
border-color: #D23DB7;
}
</style>