Shades of Fuchsia #D23FB7
Tints of Fuchsia #D23FB7
RGB
CMYK
RGB Variations
Color information
#D23FB7 (or 0xD23FB7) is known color: Fuchsia. HEX triplet: D2, 3F and B7. RGB value is (210,63,183). Sum of RGB (Red+Green+Blue) = 210+63+183=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FB7 is #2DC048. Grayscale: #787878. Windows color (decimal): -2998345 or 12009426. OLE color: 12009426.
HSL color Cylindrical-coordinate representation of color #D23FB7: hue angle of 311.02º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FB7 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 183 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.18 |
| HSL | 311.02º | 0.62% | 0.54% | - |
| HSV(B) | 311.02º | 0.7% | 0.82% | - |
| XYZ | 36.9 | 20.68 | 46.85 | - |
| YUV | 120.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 183 | 0 | 0.70 | 0.13 | 0.18 | 311.02 | 0.62 | 0.54 |
| Hex | D2 | 3F | B7 | 0 | 46 | D | 12 | 137 | 3E | 36 |
| Octal | 322 | 77 | 267 | 0 | 106 | 15 | 22 | 467 | 76 | 66 |
| Binary | 11010010 | 111111 | 10110111 | 0 | 1000110 | 1101 | 10010 | 100110111 | 111110 | 110110 |
Color Harmonies of #D23FB7
Complementary color
Monochromatic Colors of #D23FB7
Black with #D23FB7
Text Example
Text Example
White with #D23FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FB7; }
p { color: rgb(210,63,183); }
H1.HeaderClassName
{
color: #D23FB7;
}
.AnyTagClassName
{
color: #D23FB7;
}
</style>
background-color css
<style>
a { background-color: #D23FB7; }
a { background-color: rgb(210,63,183); }
div.DivClassName
{
background-color: #D23FB7;
}
.BgClassName
{
background-color: #D23FB7;
}
</style>
border-color css
<style>
span { border-color: #D23FB7; }
span { border-color: rgb(210,63,183); }
td.TdClassName
{
border-color: #D23FB7;
}
.TagClassName
{
border-color: #D23FB7;
}
</style>