Shades of Fuchsia #D23DCC
Tints of Fuchsia #D23DCC
RGB
CMYK
RGB Variations
Color information
#D23DCC (or 0xD23DCC) is known color: Fuchsia. HEX triplet: D2, 3D and CC. RGB value is (210,61,204). Sum of RGB (Red+Green+Blue) = 210+61+204=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DCC is #2DC233. Grayscale: #797979. Windows color (decimal): -2998836 or 13385170. OLE color: 13385170.
HSL color Cylindrical-coordinate representation of color #D23DCC: hue angle of 302.42º 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 #D23DCC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 204 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.18 |
| HSL | 302.42º | 0.62% | 0.53% | - |
| HSV(B) | 302.42º | 0.71% | 0.82% | - |
| XYZ | 39.15 | 21.4 | 59.19 | - |
| YUV | 121.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 204 | 0 | 0.71 | 0.03 | 0.18 | 302.42 | 0.62 | 0.53 |
| Hex | D2 | 3D | CC | 0 | 47 | 3 | 12 | 12E | 3E | 35 |
| Octal | 322 | 75 | 314 | 0 | 107 | 3 | 22 | 456 | 76 | 65 |
| Binary | 11010010 | 111101 | 11001100 | 0 | 1000111 | 11 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D23DCC
Complementary color
Monochromatic Colors of #D23DCC
Black with #D23DCC
Text Example
Text Example
White with #D23DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DCC; }
p { color: rgb(210,61,204); }
H1.HeaderClassName
{
color: #D23DCC;
}
.AnyTagClassName
{
color: #D23DCC;
}
</style>
background-color css
<style>
a { background-color: #D23DCC; }
a { background-color: rgb(210,61,204); }
div.DivClassName
{
background-color: #D23DCC;
}
.BgClassName
{
background-color: #D23DCC;
}
</style>
border-color css
<style>
span { border-color: #D23DCC; }
span { border-color: rgb(210,61,204); }
td.TdClassName
{
border-color: #D23DCC;
}
.TagClassName
{
border-color: #D23DCC;
}
</style>