Shades of Fuchsia #D23ECC
Tints of Fuchsia #D23ECC
RGB
CMYK
RGB Variations
Color information
#D23ECC (or 0xD23ECC) is known color: Fuchsia. HEX triplet: D2, 3E and CC. RGB value is (210,62,204). Sum of RGB (Red+Green+Blue) = 210+62+204=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D23ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ECC is #2DC133. Grayscale: #7A7A7A. Windows color (decimal): -2998580 or 13385426. OLE color: 13385426.
HSL color Cylindrical-coordinate representation of color #D23ECC: hue angle of 302.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23ECC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 204 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.18 |
| HSL | 302.43º | 0.62% | 0.53% | - |
| HSV(B) | 302.43º | 0.7% | 0.82% | - |
| XYZ | 39.2 | 21.51 | 59.21 | - |
| YUV | 122.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 204 | 0 | 0.70 | 0.03 | 0.18 | 302.43 | 0.62 | 0.53 |
| Hex | D2 | 3E | CC | 0 | 46 | 3 | 12 | 12E | 3E | 35 |
| Octal | 322 | 76 | 314 | 0 | 106 | 3 | 22 | 456 | 76 | 65 |
| Binary | 11010010 | 111110 | 11001100 | 0 | 1000110 | 11 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D23ECC
Complementary color
Monochromatic Colors of #D23ECC
Black with #D23ECC
Text Example
Text Example
White with #D23ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ECC; }
p { color: rgb(210,62,204); }
H1.HeaderClassName
{
color: #D23ECC;
}
.AnyTagClassName
{
color: #D23ECC;
}
</style>
background-color css
<style>
a { background-color: #D23ECC; }
a { background-color: rgb(210,62,204); }
div.DivClassName
{
background-color: #D23ECC;
}
.BgClassName
{
background-color: #D23ECC;
}
</style>
border-color css
<style>
span { border-color: #D23ECC; }
span { border-color: rgb(210,62,204); }
td.TdClassName
{
border-color: #D23ECC;
}
.TagClassName
{
border-color: #D23ECC;
}
</style>