Shades of Fuchsia #D23FBF
Tints of Fuchsia #D23FBF
RGB
CMYK
RGB Variations
Color information
#D23FBF (or 0xD23FBF) is known color: Fuchsia. HEX triplet: D2, 3F and BF. RGB value is (210,63,191). Sum of RGB (Red+Green+Blue) = 210+63+191=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FBF is #2DC040. Grayscale: #797979. Windows color (decimal): -2998337 or 12533714. OLE color: 12533714.
HSL color Cylindrical-coordinate representation of color #D23FBF: hue angle of 307.76º 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 #D23FBF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 191 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.18 |
| HSL | 307.76º | 0.62% | 0.54% | - |
| HSV(B) | 307.76º | 0.7% | 0.82% | - |
| XYZ | 37.76 | 21.02 | 51.36 | - |
| YUV | 121.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 191 | 0 | 0.70 | 0.09 | 0.18 | 307.76 | 0.62 | 0.54 |
| Hex | D2 | 3F | BF | 0 | 46 | 9 | 12 | 134 | 3E | 36 |
| Octal | 322 | 77 | 277 | 0 | 106 | 11 | 22 | 464 | 76 | 66 |
| Binary | 11010010 | 111111 | 10111111 | 0 | 1000110 | 1001 | 10010 | 100110100 | 111110 | 110110 |
Color Harmonies of #D23FBF
Complementary color
Monochromatic Colors of #D23FBF
Black with #D23FBF
Text Example
Text Example
White with #D23FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FBF; }
p { color: rgb(210,63,191); }
H1.HeaderClassName
{
color: #D23FBF;
}
.AnyTagClassName
{
color: #D23FBF;
}
</style>
background-color css
<style>
a { background-color: #D23FBF; }
a { background-color: rgb(210,63,191); }
div.DivClassName
{
background-color: #D23FBF;
}
.BgClassName
{
background-color: #D23FBF;
}
</style>
border-color css
<style>
span { border-color: #D23FBF; }
span { border-color: rgb(210,63,191); }
td.TdClassName
{
border-color: #D23FBF;
}
.TagClassName
{
border-color: #D23FBF;
}
</style>