Shades of Fuchsia #D23CCD
Tints of Fuchsia #D23CCD
RGB
CMYK
RGB Variations
Color information
#D23CCD (or 0xD23CCD) is known color: Fuchsia. HEX triplet: D2, 3C and CD. RGB value is (210,60,205). Sum of RGB (Red+Green+Blue) = 210+60+205=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CCD is #2DC332. Grayscale: #787878. Windows color (decimal): -2999091 or 13450450. OLE color: 13450450.
HSL color Cylindrical-coordinate representation of color #D23CCD: hue angle of 302º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CCD is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 205 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.18 |
| HSL | 302º | 0.63% | 0.53% | - |
| HSV(B) | 302º | 0.71% | 0.82% | - |
| XYZ | 39.21 | 21.34 | 59.81 | - |
| YUV | 121.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 205 | 0 | 0.71 | 0.02 | 0.18 | 302 | 0.63 | 0.53 |
| Hex | D2 | 3C | CD | 0 | 47 | 2 | 12 | 12E | 3E | 35 |
| Octal | 322 | 74 | 315 | 0 | 107 | 2 | 22 | 456 | 76 | 65 |
| Binary | 11010010 | 111100 | 11001101 | 0 | 1000111 | 10 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D23CCD
Complementary color
Monochromatic Colors of #D23CCD
Black with #D23CCD
Text Example
Text Example
White with #D23CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CCD; }
p { color: rgb(210,60,205); }
H1.HeaderClassName
{
color: #D23CCD;
}
.AnyTagClassName
{
color: #D23CCD;
}
</style>
background-color css
<style>
a { background-color: #D23CCD; }
a { background-color: rgb(210,60,205); }
div.DivClassName
{
background-color: #D23CCD;
}
.BgClassName
{
background-color: #D23CCD;
}
</style>
border-color css
<style>
span { border-color: #D23CCD; }
span { border-color: rgb(210,60,205); }
td.TdClassName
{
border-color: #D23CCD;
}
.TagClassName
{
border-color: #D23CCD;
}
</style>