Shades of Fuchsia #D430CD
Tints of Fuchsia #D430CD
RGB
CMYK
RGB Variations
Color information
#D430CD (or 0xD430CD) is known color: Fuchsia. HEX triplet: D4, 30 and CD. RGB value is (212,48,205). Sum of RGB (Red+Green+Blue) = 212+48+205=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D430CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430CD is #2BCF32. Grayscale: #727272. Windows color (decimal): -2871091 or 13447380. OLE color: 13447380.
HSL color Cylindrical-coordinate representation of color #D430CD: hue angle of 302.56º 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 #D430CD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 205 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.17 |
| HSL | 302.56º | 0.66% | 0.51% | - |
| HSV(B) | 302.56º | 0.77% | 0.83% | - |
| XYZ | 39.23 | 20.52 | 59.65 | - |
| YUV | 114.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 205 | 0 | 0.77 | 0.03 | 0.17 | 302.56 | 0.66 | 0.51 |
| Hex | D4 | 30 | CD | 0 | 4D | 3 | 11 | 12F | 42 | 33 |
| Octal | 324 | 60 | 315 | 0 | 115 | 3 | 21 | 457 | 102 | 63 |
| Binary | 11010100 | 110000 | 11001101 | 0 | 1001101 | 11 | 10001 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D430CD
Complementary color
Monochromatic Colors of #D430CD
Black with #D430CD
Text Example
Text Example
White with #D430CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D430CD; }
p { color: rgb(212,48,205); }
H1.HeaderClassName
{
color: #D430CD;
}
.AnyTagClassName
{
color: #D430CD;
}
</style>
background-color css
<style>
a { background-color: #D430CD; }
a { background-color: rgb(212,48,205); }
div.DivClassName
{
background-color: #D430CD;
}
.BgClassName
{
background-color: #D430CD;
}
</style>
border-color css
<style>
span { border-color: #D430CD; }
span { border-color: rgb(212,48,205); }
td.TdClassName
{
border-color: #D430CD;
}
.TagClassName
{
border-color: #D430CD;
}
</style>