Shades of Fuchsia #D23DC0
Tints of Fuchsia #D23DC0
RGB
CMYK
RGB Variations
Color information
#D23DC0 (or 0xD23DC0) is known color: Fuchsia. HEX triplet: D2, 3D and C0. RGB value is (210,61,192). Sum of RGB (Red+Green+Blue) = 210+61+192=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC0 is #2DC23F. Grayscale: #787878. Windows color (decimal): -2998848 or 12598738. OLE color: 12598738.
HSL color Cylindrical-coordinate representation of color #D23DC0: hue angle of 307.25º 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 #D23DC0 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 192 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.18 |
| HSL | 307.25º | 0.62% | 0.53% | - |
| HSV(B) | 307.25º | 0.71% | 0.82% | - |
| XYZ | 37.76 | 20.84 | 51.9 | - |
| YUV | 120.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 192 | 0 | 0.71 | 0.09 | 0.18 | 307.25 | 0.62 | 0.53 |
| Hex | D2 | 3D | C0 | 0 | 47 | 9 | 12 | 133 | 3E | 35 |
| Octal | 322 | 75 | 300 | 0 | 107 | 11 | 22 | 463 | 76 | 65 |
| Binary | 11010010 | 111101 | 11000000 | 0 | 1000111 | 1001 | 10010 | 100110011 | 111110 | 110101 |
Color Harmonies of #D23DC0
Complementary color
Monochromatic Colors of #D23DC0
Black with #D23DC0
Text Example
Text Example
White with #D23DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC0; }
p { color: rgb(210,61,192); }
H1.HeaderClassName
{
color: #D23DC0;
}
.AnyTagClassName
{
color: #D23DC0;
}
</style>
background-color css
<style>
a { background-color: #D23DC0; }
a { background-color: rgb(210,61,192); }
div.DivClassName
{
background-color: #D23DC0;
}
.BgClassName
{
background-color: #D23DC0;
}
</style>
border-color css
<style>
span { border-color: #D23DC0; }
span { border-color: rgb(210,61,192); }
td.TdClassName
{
border-color: #D23DC0;
}
.TagClassName
{
border-color: #D23DC0;
}
</style>