Shades of Fuchsia #D23FC3
Tints of Fuchsia #D23FC3
RGB
CMYK
RGB Variations
Color information
#D23FC3 (or 0xD23FC3) is known color: Fuchsia. HEX triplet: D2, 3F and C3. RGB value is (210,63,195). Sum of RGB (Red+Green+Blue) = 210+63+195=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FC3 is #2DC03C. Grayscale: #797979. Windows color (decimal): -2998333 or 12795858. OLE color: 12795858.
HSL color Cylindrical-coordinate representation of color #D23FC3: hue angle of 306.12º 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 #D23FC3 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 195 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 306.12º | 0.62% | 0.54% | - |
| HSV(B) | 306.12º | 0.7% | 0.82% | - |
| XYZ | 38.21 | 21.2 | 53.71 | - |
| YUV | 122 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 195 | 0 | 0.70 | 0.07 | 0.18 | 306.12 | 0.62 | 0.54 |
| Hex | D2 | 3F | C3 | 0 | 46 | 7 | 12 | 132 | 3E | 36 |
| Octal | 322 | 77 | 303 | 0 | 106 | 7 | 22 | 462 | 76 | 66 |
| Binary | 11010010 | 111111 | 11000011 | 0 | 1000110 | 111 | 10010 | 100110010 | 111110 | 110110 |
Color Harmonies of #D23FC3
Complementary color
Monochromatic Colors of #D23FC3
Black with #D23FC3
Text Example
Text Example
White with #D23FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FC3; }
p { color: rgb(210,63,195); }
H1.HeaderClassName
{
color: #D23FC3;
}
.AnyTagClassName
{
color: #D23FC3;
}
</style>
background-color css
<style>
a { background-color: #D23FC3; }
a { background-color: rgb(210,63,195); }
div.DivClassName
{
background-color: #D23FC3;
}
.BgClassName
{
background-color: #D23FC3;
}
</style>
border-color css
<style>
span { border-color: #D23FC3; }
span { border-color: rgb(210,63,195); }
td.TdClassName
{
border-color: #D23FC3;
}
.TagClassName
{
border-color: #D23FC3;
}
</style>