Shades of Fuchsia #D23CC2
Tints of Fuchsia #D23CC2
RGB
CMYK
RGB Variations
Color information
#D23CC2 (or 0xD23CC2) is known color: Fuchsia. HEX triplet: D2, 3C and C2. RGB value is (210,60,194). Sum of RGB (Red+Green+Blue) = 210+60+194=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CC2 is #2DC33D. Grayscale: #777777. Windows color (decimal): -2999102 or 12729554. OLE color: 12729554.
HSL color Cylindrical-coordinate representation of color #D23CC2: hue angle of 306.4º 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 #D23CC2 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 194 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.18 |
| HSL | 306.4º | 0.63% | 0.53% | - |
| HSV(B) | 306.4º | 0.71% | 0.82% | - |
| XYZ | 37.93 | 20.83 | 53.06 | - |
| YUV | 120.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 194 | 0 | 0.71 | 0.08 | 0.18 | 306.4 | 0.63 | 0.53 |
| Hex | D2 | 3C | C2 | 0 | 47 | 8 | 12 | 132 | 3E | 35 |
| Octal | 322 | 74 | 302 | 0 | 107 | 10 | 22 | 462 | 76 | 65 |
| Binary | 11010010 | 111100 | 11000010 | 0 | 1000111 | 1000 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D23CC2
Complementary color
Monochromatic Colors of #D23CC2
Black with #D23CC2
Text Example
Text Example
White with #D23CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CC2; }
p { color: rgb(210,60,194); }
H1.HeaderClassName
{
color: #D23CC2;
}
.AnyTagClassName
{
color: #D23CC2;
}
</style>
background-color css
<style>
a { background-color: #D23CC2; }
a { background-color: rgb(210,60,194); }
div.DivClassName
{
background-color: #D23CC2;
}
.BgClassName
{
background-color: #D23CC2;
}
</style>
border-color css
<style>
span { border-color: #D23CC2; }
span { border-color: rgb(210,60,194); }
td.TdClassName
{
border-color: #D23CC2;
}
.TagClassName
{
border-color: #D23CC2;
}
</style>