Shades of Fuchsia #D23BCF
Tints of Fuchsia #D23BCF
RGB
CMYK
RGB Variations
Color information
#D23BCF (or 0xD23BCF) is known color: Fuchsia. HEX triplet: D2, 3B and CF. RGB value is (210,59,207). Sum of RGB (Red+Green+Blue) = 210+59+207=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCF is #2DC430. Grayscale: #787878. Windows color (decimal): -2999345 or 13581266. OLE color: 13581266.
HSL color Cylindrical-coordinate representation of color #D23BCF: hue angle of 301.19º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BCF is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 207 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.18 |
| HSL | 301.19º | 0.63% | 0.53% | - |
| HSV(B) | 301.19º | 0.72% | 0.82% | - |
| XYZ | 39.4 | 21.33 | 61.07 | - |
| YUV | 121.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 207 | 0 | 0.72 | 0.01 | 0.18 | 301.19 | 0.63 | 0.53 |
| Hex | D2 | 3B | CF | 0 | 48 | 1 | 12 | 12D | 3F | 35 |
| Octal | 322 | 73 | 317 | 0 | 110 | 1 | 22 | 455 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001111 | 0 | 1001000 | 1 | 10010 | 100101101 | 111111 | 110101 |
Color Harmonies of #D23BCF
Complementary color
Monochromatic Colors of #D23BCF
Black with #D23BCF
Text Example
Text Example
White with #D23BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCF; }
p { color: rgb(210,59,207); }
H1.HeaderClassName
{
color: #D23BCF;
}
.AnyTagClassName
{
color: #D23BCF;
}
</style>
background-color css
<style>
a { background-color: #D23BCF; }
a { background-color: rgb(210,59,207); }
div.DivClassName
{
background-color: #D23BCF;
}
.BgClassName
{
background-color: #D23BCF;
}
</style>
border-color css
<style>
span { border-color: #D23BCF; }
span { border-color: rgb(210,59,207); }
td.TdClassName
{
border-color: #D23BCF;
}
.TagClassName
{
border-color: #D23BCF;
}
</style>