Shades of Fuchsia #D23DC2
Tints of Fuchsia #D23DC2
RGB
CMYK
RGB Variations
Color information
#D23DC2 (or 0xD23DC2) is known color: Fuchsia. HEX triplet: D2, 3D and C2. RGB value is (210,61,194). Sum of RGB (Red+Green+Blue) = 210+61+194=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC2 is #2DC23D. Grayscale: #787878. Windows color (decimal): -2998846 or 12729810. OLE color: 12729810.
HSL color Cylindrical-coordinate representation of color #D23DC2: hue angle of 306.44º 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 #D23DC2 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 194 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.18 |
| HSL | 306.44º | 0.62% | 0.53% | - |
| HSV(B) | 306.44º | 0.71% | 0.82% | - |
| XYZ | 37.98 | 20.93 | 53.08 | - |
| YUV | 120.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 194 | 0 | 0.71 | 0.08 | 0.18 | 306.44 | 0.62 | 0.53 |
| Hex | D2 | 3D | C2 | 0 | 47 | 8 | 12 | 132 | 3E | 35 |
| Octal | 322 | 75 | 302 | 0 | 107 | 10 | 22 | 462 | 76 | 65 |
| Binary | 11010010 | 111101 | 11000010 | 0 | 1000111 | 1000 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D23DC2
Complementary color
Monochromatic Colors of #D23DC2
Black with #D23DC2
Text Example
Text Example
White with #D23DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC2; }
p { color: rgb(210,61,194); }
H1.HeaderClassName
{
color: #D23DC2;
}
.AnyTagClassName
{
color: #D23DC2;
}
</style>
background-color css
<style>
a { background-color: #D23DC2; }
a { background-color: rgb(210,61,194); }
div.DivClassName
{
background-color: #D23DC2;
}
.BgClassName
{
background-color: #D23DC2;
}
</style>
border-color css
<style>
span { border-color: #D23DC2; }
span { border-color: rgb(210,61,194); }
td.TdClassName
{
border-color: #D23DC2;
}
.TagClassName
{
border-color: #D23DC2;
}
</style>