Shades of Fuchsia #D43DCE
Tints of Fuchsia #D43DCE
RGB
CMYK
RGB Variations
Color information
#D43DCE (or 0xD43DCE) is known color: Fuchsia. HEX triplet: D4, 3D and CE. RGB value is (212,61,206). Sum of RGB (Red+Green+Blue) = 212+61+206=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DCE is #2BC231. Grayscale: #7A7A7A. Windows color (decimal): -2867762 or 13516244. OLE color: 13516244.
HSL color Cylindrical-coordinate representation of color #D43DCE: hue angle of 302.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43DCE is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 206 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.17 |
| HSL | 302.38º | 0.64% | 0.54% | - |
| HSV(B) | 302.38º | 0.71% | 0.83% | - |
| XYZ | 39.96 | 21.79 | 60.49 | - |
| YUV | 122.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 206 | 0 | 0.71 | 0.03 | 0.17 | 302.38 | 0.64 | 0.54 |
| Hex | D4 | 3D | CE | 0 | 47 | 3 | 11 | 12E | 40 | 36 |
| Octal | 324 | 75 | 316 | 0 | 107 | 3 | 21 | 456 | 100 | 66 |
| Binary | 11010100 | 111101 | 11001110 | 0 | 1000111 | 11 | 10001 | 100101110 | 1000000 | 110110 |
Color Harmonies of #D43DCE
Complementary color
Monochromatic Colors of #D43DCE
Black with #D43DCE
Text Example
Text Example
White with #D43DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DCE; }
p { color: rgb(212,61,206); }
H1.HeaderClassName
{
color: #D43DCE;
}
.AnyTagClassName
{
color: #D43DCE;
}
</style>
background-color css
<style>
a { background-color: #D43DCE; }
a { background-color: rgb(212,61,206); }
div.DivClassName
{
background-color: #D43DCE;
}
.BgClassName
{
background-color: #D43DCE;
}
</style>
border-color css
<style>
span { border-color: #D43DCE; }
span { border-color: rgb(212,61,206); }
td.TdClassName
{
border-color: #D43DCE;
}
.TagClassName
{
border-color: #D43DCE;
}
</style>