Shades of Fuchsia #D23FCF
Tints of Fuchsia #D23FCF
RGB
CMYK
RGB Variations
Color information
#D23FCF (or 0xD23FCF) is known color: Fuchsia. HEX triplet: D2, 3F and CF. RGB value is (210,63,207). Sum of RGB (Red+Green+Blue) = 210+63+207=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FCF is #2DC030. Grayscale: #7A7A7A. Windows color (decimal): -2998321 or 13582290. OLE color: 13582290.
HSL color Cylindrical-coordinate representation of color #D23FCF: hue angle of 301.22º 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 #D23FCF is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 207 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.18 |
| HSL | 301.22º | 0.62% | 0.54% | - |
| HSV(B) | 301.22º | 0.7% | 0.82% | - |
| XYZ | 39.62 | 21.76 | 61.14 | - |
| YUV | 123.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 207 | 0 | 0.70 | 0.01 | 0.18 | 301.22 | 0.62 | 0.54 |
| Hex | D2 | 3F | CF | 0 | 46 | 1 | 12 | 12D | 3E | 36 |
| Octal | 322 | 77 | 317 | 0 | 106 | 1 | 22 | 455 | 76 | 66 |
| Binary | 11010010 | 111111 | 11001111 | 0 | 1000110 | 1 | 10010 | 100101101 | 111110 | 110110 |
Color Harmonies of #D23FCF
Complementary color
Monochromatic Colors of #D23FCF
Black with #D23FCF
Text Example
Text Example
White with #D23FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FCF; }
p { color: rgb(210,63,207); }
H1.HeaderClassName
{
color: #D23FCF;
}
.AnyTagClassName
{
color: #D23FCF;
}
</style>
background-color css
<style>
a { background-color: #D23FCF; }
a { background-color: rgb(210,63,207); }
div.DivClassName
{
background-color: #D23FCF;
}
.BgClassName
{
background-color: #D23FCF;
}
</style>
border-color css
<style>
span { border-color: #D23FCF; }
span { border-color: rgb(210,63,207); }
td.TdClassName
{
border-color: #D23FCF;
}
.TagClassName
{
border-color: #D23FCF;
}
</style>