Shades of Fuchsia #D23DC1
Tints of Fuchsia #D23DC1
RGB
CMYK
RGB Variations
Color information
#D23DC1 (or 0xD23DC1) is known color: Fuchsia. HEX triplet: D2, 3D and C1. RGB value is (210,61,193). Sum of RGB (Red+Green+Blue) = 210+61+193=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC1 is #2DC23E. Grayscale: #787878. Windows color (decimal): -2998847 or 12664274. OLE color: 12664274.
HSL color Cylindrical-coordinate representation of color #D23DC1: hue angle of 306.85º 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 #D23DC1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 193 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.18 |
| HSL | 306.85º | 0.62% | 0.53% | - |
| HSV(B) | 306.85º | 0.71% | 0.82% | - |
| XYZ | 37.87 | 20.89 | 52.49 | - |
| YUV | 120.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 193 | 0 | 0.71 | 0.08 | 0.18 | 306.85 | 0.62 | 0.53 |
| Hex | D2 | 3D | C1 | 0 | 47 | 8 | 12 | 133 | 3E | 35 |
| Octal | 322 | 75 | 301 | 0 | 107 | 10 | 22 | 463 | 76 | 65 |
| Binary | 11010010 | 111101 | 11000001 | 0 | 1000111 | 1000 | 10010 | 100110011 | 111110 | 110101 |
Color Harmonies of #D23DC1
Complementary color
Monochromatic Colors of #D23DC1
Black with #D23DC1
Text Example
Text Example
White with #D23DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC1; }
p { color: rgb(210,61,193); }
H1.HeaderClassName
{
color: #D23DC1;
}
.AnyTagClassName
{
color: #D23DC1;
}
</style>
background-color css
<style>
a { background-color: #D23DC1; }
a { background-color: rgb(210,61,193); }
div.DivClassName
{
background-color: #D23DC1;
}
.BgClassName
{
background-color: #D23DC1;
}
</style>
border-color css
<style>
span { border-color: #D23DC1; }
span { border-color: rgb(210,61,193); }
td.TdClassName
{
border-color: #D23DC1;
}
.TagClassName
{
border-color: #D23DC1;
}
</style>