Shades of Fuchsia #D23FBE
Tints of Fuchsia #D23FBE
RGB
CMYK
RGB Variations
Color information
#D23FBE (or 0xD23FBE) is known color: Fuchsia. HEX triplet: D2, 3F and BE. RGB value is (210,63,190). Sum of RGB (Red+Green+Blue) = 210+63+190=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FBE is #2DC041. Grayscale: #797979. Windows color (decimal): -2998338 or 12468178. OLE color: 12468178.
HSL color Cylindrical-coordinate representation of color #D23FBE: hue angle of 308.16º 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 #D23FBE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 190 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.18 |
| HSL | 308.16º | 0.62% | 0.54% | - |
| HSV(B) | 308.16º | 0.7% | 0.82% | - |
| XYZ | 37.65 | 20.97 | 50.78 | - |
| YUV | 121.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 190 | 0 | 0.70 | 0.10 | 0.18 | 308.16 | 0.62 | 0.54 |
| Hex | D2 | 3F | BE | 0 | 46 | A | 12 | 134 | 3E | 36 |
| Octal | 322 | 77 | 276 | 0 | 106 | 12 | 22 | 464 | 76 | 66 |
| Binary | 11010010 | 111111 | 10111110 | 0 | 1000110 | 1010 | 10010 | 100110100 | 111110 | 110110 |
Color Harmonies of #D23FBE
Complementary color
Monochromatic Colors of #D23FBE
Black with #D23FBE
Text Example
Text Example
White with #D23FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FBE; }
p { color: rgb(210,63,190); }
H1.HeaderClassName
{
color: #D23FBE;
}
.AnyTagClassName
{
color: #D23FBE;
}
</style>
background-color css
<style>
a { background-color: #D23FBE; }
a { background-color: rgb(210,63,190); }
div.DivClassName
{
background-color: #D23FBE;
}
.BgClassName
{
background-color: #D23FBE;
}
</style>
border-color css
<style>
span { border-color: #D23FBE; }
span { border-color: rgb(210,63,190); }
td.TdClassName
{
border-color: #D23FBE;
}
.TagClassName
{
border-color: #D23FBE;
}
</style>