Shades of Fuchsia #D23BCC
Tints of Fuchsia #D23BCC
RGB
CMYK
RGB Variations
Color information
#D23BCC (or 0xD23BCC) is known color: Fuchsia. HEX triplet: D2, 3B and CC. RGB value is (210,59,204). Sum of RGB (Red+Green+Blue) = 210+59+204=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BCC is #2DC433. Grayscale: #787878. Windows color (decimal): -2999348 or 13384658. OLE color: 13384658.
HSL color Cylindrical-coordinate representation of color #D23BCC: hue angle of 302.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BCC is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 204 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.18 |
| HSL | 302.38º | 0.63% | 0.53% | - |
| HSV(B) | 302.38º | 0.72% | 0.82% | - |
| XYZ | 39.04 | 21.19 | 59.16 | - |
| YUV | 120.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 204 | 0 | 0.72 | 0.03 | 0.18 | 302.38 | 0.63 | 0.53 |
| Hex | D2 | 3B | CC | 0 | 48 | 3 | 12 | 12E | 3F | 35 |
| Octal | 322 | 73 | 314 | 0 | 110 | 3 | 22 | 456 | 77 | 65 |
| Binary | 11010010 | 111011 | 11001100 | 0 | 1001000 | 11 | 10010 | 100101110 | 111111 | 110101 |
Color Harmonies of #D23BCC
Complementary color
Monochromatic Colors of #D23BCC
Black with #D23BCC
Text Example
Text Example
White with #D23BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BCC; }
p { color: rgb(210,59,204); }
H1.HeaderClassName
{
color: #D23BCC;
}
.AnyTagClassName
{
color: #D23BCC;
}
</style>
background-color css
<style>
a { background-color: #D23BCC; }
a { background-color: rgb(210,59,204); }
div.DivClassName
{
background-color: #D23BCC;
}
.BgClassName
{
background-color: #D23BCC;
}
</style>
border-color css
<style>
span { border-color: #D23BCC; }
span { border-color: rgb(210,59,204); }
td.TdClassName
{
border-color: #D23BCC;
}
.TagClassName
{
border-color: #D23BCC;
}
</style>