Shades of Fuchsia #D430C2
Tints of Fuchsia #D430C2
RGB
CMYK
RGB Variations
Color information
#D430C2 (or 0xD430C2) is known color: Fuchsia. HEX triplet: D4, 30 and C2. RGB value is (212,48,194). Sum of RGB (Red+Green+Blue) = 212+48+194=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D430C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430C2 is #2BCF3D. Grayscale: #717171. Windows color (decimal): -2871102 or 12726484. OLE color: 12726484.
HSL color Cylindrical-coordinate representation of color #D430C2: hue angle of 306.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D430C2 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 194 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.17 |
| HSL | 306.59º | 0.66% | 0.51% | - |
| HSV(B) | 306.59º | 0.77% | 0.83% | - |
| XYZ | 37.95 | 20.01 | 52.9 | - |
| YUV | 113.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 194 | 0 | 0.77 | 0.08 | 0.17 | 306.59 | 0.66 | 0.51 |
| Hex | D4 | 30 | C2 | 0 | 4D | 8 | 11 | 133 | 42 | 33 |
| Octal | 324 | 60 | 302 | 0 | 115 | 10 | 21 | 463 | 102 | 63 |
| Binary | 11010100 | 110000 | 11000010 | 0 | 1001101 | 1000 | 10001 | 100110011 | 1000010 | 110011 |
Color Harmonies of #D430C2
Complementary color
Monochromatic Colors of #D430C2
Black with #D430C2
Text Example
Text Example
White with #D430C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430C2; }
p { color: rgb(212,48,194); }
H1.HeaderClassName
{
color: #D430C2;
}
.AnyTagClassName
{
color: #D430C2;
}
</style>
background-color css
<style>
a { background-color: #D430C2; }
a { background-color: rgb(212,48,194); }
div.DivClassName
{
background-color: #D430C2;
}
.BgClassName
{
background-color: #D430C2;
}
</style>
border-color css
<style>
span { border-color: #D430C2; }
span { border-color: rgb(212,48,194); }
td.TdClassName
{
border-color: #D430C2;
}
.TagClassName
{
border-color: #D430C2;
}
</style>