Shades of Fuchsia #D23FB8
Tints of Fuchsia #D23FB8
RGB
CMYK
RGB Variations
Color information
#D23FB8 (or 0xD23FB8) is known color: Fuchsia. HEX triplet: D2, 3F and B8. RGB value is (210,63,184). Sum of RGB (Red+Green+Blue) = 210+63+184=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FB8 is #2DC047. Grayscale: #787878. Windows color (decimal): -2998344 or 12074962. OLE color: 12074962.
HSL color Cylindrical-coordinate representation of color #D23FB8: hue angle of 310.61º 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 #D23FB8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 184 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.18 |
| HSL | 310.61º | 0.62% | 0.54% | - |
| HSV(B) | 310.61º | 0.7% | 0.82% | - |
| XYZ | 37.01 | 20.72 | 47.4 | - |
| YUV | 120.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 184 | 0 | 0.70 | 0.12 | 0.18 | 310.61 | 0.62 | 0.54 |
| Hex | D2 | 3F | B8 | 0 | 46 | C | 12 | 137 | 3E | 36 |
| Octal | 322 | 77 | 270 | 0 | 106 | 14 | 22 | 467 | 76 | 66 |
| Binary | 11010010 | 111111 | 10111000 | 0 | 1000110 | 1100 | 10010 | 100110111 | 111110 | 110110 |
Color Harmonies of #D23FB8
Complementary color
Monochromatic Colors of #D23FB8
Black with #D23FB8
Text Example
Text Example
White with #D23FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FB8; }
p { color: rgb(210,63,184); }
H1.HeaderClassName
{
color: #D23FB8;
}
.AnyTagClassName
{
color: #D23FB8;
}
</style>
background-color css
<style>
a { background-color: #D23FB8; }
a { background-color: rgb(210,63,184); }
div.DivClassName
{
background-color: #D23FB8;
}
.BgClassName
{
background-color: #D23FB8;
}
</style>
border-color css
<style>
span { border-color: #D23FB8; }
span { border-color: rgb(210,63,184); }
td.TdClassName
{
border-color: #D23FB8;
}
.TagClassName
{
border-color: #D23FB8;
}
</style>