Shades of Fuchsia #D435C0
Tints of Fuchsia #D435C0
RGB
CMYK
RGB Variations
Color information
#D435C0 (or 0xD435C0) is known color: Fuchsia. HEX triplet: D4, 35 and C0. RGB value is (212,53,192). Sum of RGB (Red+Green+Blue) = 212+53+192=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C0 is #2BCA3F. Grayscale: #737373. Windows color (decimal): -2869824 or 12596692. OLE color: 12596692.
HSL color Cylindrical-coordinate representation of color #D435C0: hue angle of 307.55º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D435C0 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 192 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.17 |
| HSL | 307.55º | 0.65% | 0.52% | - |
| HSV(B) | 307.55º | 0.75% | 0.83% | - |
| XYZ | 37.94 | 20.35 | 51.8 | - |
| YUV | 116.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 192 | 0 | 0.75 | 0.09 | 0.17 | 307.55 | 0.65 | 0.52 |
| Hex | D4 | 35 | C0 | 0 | 4B | 9 | 11 | 134 | 41 | 34 |
| Octal | 324 | 65 | 300 | 0 | 113 | 11 | 21 | 464 | 101 | 64 |
| Binary | 11010100 | 110101 | 11000000 | 0 | 1001011 | 1001 | 10001 | 100110100 | 1000001 | 110100 |
Color Harmonies of #D435C0
Complementary color
Monochromatic Colors of #D435C0
Black with #D435C0
Text Example
Text Example
White with #D435C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435C0; }
p { color: rgb(212,53,192); }
H1.HeaderClassName
{
color: #D435C0;
}
.AnyTagClassName
{
color: #D435C0;
}
</style>
background-color css
<style>
a { background-color: #D435C0; }
a { background-color: rgb(212,53,192); }
div.DivClassName
{
background-color: #D435C0;
}
.BgClassName
{
background-color: #D435C0;
}
</style>
border-color css
<style>
span { border-color: #D435C0; }
span { border-color: rgb(212,53,192); }
td.TdClassName
{
border-color: #D435C0;
}
.TagClassName
{
border-color: #D435C0;
}
</style>