Shades of Fuchsia #D23CCA
Tints of Fuchsia #D23CCA
RGB
CMYK
RGB Variations
Color information
#D23CCA (or 0xD23CCA) is known color: Fuchsia. HEX triplet: D2, 3C and CA. RGB value is (210,60,202). Sum of RGB (Red+Green+Blue) = 210+60+202=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CCA is #2DC335. Grayscale: #787878. Windows color (decimal): -2999094 or 13253842. OLE color: 13253842.
HSL color Cylindrical-coordinate representation of color #D23CCA: hue angle of 303.2º 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 #D23CCA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 202 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.18 |
| HSL | 303.2º | 0.63% | 0.53% | - |
| HSV(B) | 303.2º | 0.71% | 0.82% | - |
| XYZ | 38.85 | 21.2 | 57.92 | - |
| YUV | 121.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 202 | 0 | 0.71 | 0.04 | 0.18 | 303.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | CA | 0 | 47 | 4 | 12 | 12F | 3E | 35 |
| Octal | 322 | 74 | 312 | 0 | 107 | 4 | 22 | 457 | 76 | 65 |
| Binary | 11010010 | 111100 | 11001010 | 0 | 1000111 | 100 | 10010 | 100101111 | 111110 | 110101 |
Color Harmonies of #D23CCA
Complementary color
Monochromatic Colors of #D23CCA
Black with #D23CCA
Text Example
Text Example
White with #D23CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CCA; }
p { color: rgb(210,60,202); }
H1.HeaderClassName
{
color: #D23CCA;
}
.AnyTagClassName
{
color: #D23CCA;
}
</style>
background-color css
<style>
a { background-color: #D23CCA; }
a { background-color: rgb(210,60,202); }
div.DivClassName
{
background-color: #D23CCA;
}
.BgClassName
{
background-color: #D23CCA;
}
</style>
border-color css
<style>
span { border-color: #D23CCA; }
span { border-color: rgb(210,60,202); }
td.TdClassName
{
border-color: #D23CCA;
}
.TagClassName
{
border-color: #D23CCA;
}
</style>