Shades of Fuchsia #D23EC4
Tints of Fuchsia #D23EC4
RGB
CMYK
RGB Variations
Color information
#D23EC4 (or 0xD23EC4) is known color: Fuchsia. HEX triplet: D2, 3E and C4. RGB value is (210,62,196). Sum of RGB (Red+Green+Blue) = 210+62+196=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EC4 is #2DC13B. Grayscale: #797979. Windows color (decimal): -2998588 or 12861138. OLE color: 12861138.
HSL color Cylindrical-coordinate representation of color #D23EC4: hue angle of 305.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23EC4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 196 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 305.68º | 0.62% | 0.53% | - |
| HSV(B) | 305.68º | 0.7% | 0.82% | - |
| XYZ | 38.26 | 21.13 | 54.29 | - |
| YUV | 121.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 196 | 0 | 0.70 | 0.07 | 0.18 | 305.68 | 0.62 | 0.53 |
| Hex | D2 | 3E | C4 | 0 | 46 | 7 | 12 | 132 | 3E | 35 |
| Octal | 322 | 76 | 304 | 0 | 106 | 7 | 22 | 462 | 76 | 65 |
| Binary | 11010010 | 111110 | 11000100 | 0 | 1000110 | 111 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D23EC4
Complementary color
Monochromatic Colors of #D23EC4
Black with #D23EC4
Text Example
Text Example
White with #D23EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EC4; }
p { color: rgb(210,62,196); }
H1.HeaderClassName
{
color: #D23EC4;
}
.AnyTagClassName
{
color: #D23EC4;
}
</style>
background-color css
<style>
a { background-color: #D23EC4; }
a { background-color: rgb(210,62,196); }
div.DivClassName
{
background-color: #D23EC4;
}
.BgClassName
{
background-color: #D23EC4;
}
</style>
border-color css
<style>
span { border-color: #D23EC4; }
span { border-color: rgb(210,62,196); }
td.TdClassName
{
border-color: #D23EC4;
}
.TagClassName
{
border-color: #D23EC4;
}
</style>