Shades of Fuchsia #D435C4
Tints of Fuchsia #D435C4
RGB
CMYK
RGB Variations
Color information
#D435C4 (or 0xD435C4) is known color: Fuchsia. HEX triplet: D4, 35 and C4. RGB value is (212,53,196). Sum of RGB (Red+Green+Blue) = 212+53+196=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C4 is #2BCA3B. Grayscale: #747474. Windows color (decimal): -2869820 or 12858836. OLE color: 12858836.
HSL color Cylindrical-coordinate representation of color #D435C4: hue angle of 306.04º 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 #D435C4 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 196 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.17 |
| HSL | 306.04º | 0.65% | 0.52% | - |
| HSV(B) | 306.04º | 0.75% | 0.83% | - |
| XYZ | 38.39 | 20.53 | 54.16 | - |
| YUV | 116.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 196 | 0 | 0.75 | 0.08 | 0.17 | 306.04 | 0.65 | 0.52 |
| Hex | D4 | 35 | C4 | 0 | 4B | 8 | 11 | 132 | 41 | 34 |
| Octal | 324 | 65 | 304 | 0 | 113 | 10 | 21 | 462 | 101 | 64 |
| Binary | 11010100 | 110101 | 11000100 | 0 | 1001011 | 1000 | 10001 | 100110010 | 1000001 | 110100 |
Color Harmonies of #D435C4
Complementary color
Monochromatic Colors of #D435C4
Black with #D435C4
Text Example
Text Example
White with #D435C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435C4; }
p { color: rgb(212,53,196); }
H1.HeaderClassName
{
color: #D435C4;
}
.AnyTagClassName
{
color: #D435C4;
}
</style>
background-color css
<style>
a { background-color: #D435C4; }
a { background-color: rgb(212,53,196); }
div.DivClassName
{
background-color: #D435C4;
}
.BgClassName
{
background-color: #D435C4;
}
</style>
border-color css
<style>
span { border-color: #D435C4; }
span { border-color: rgb(212,53,196); }
td.TdClassName
{
border-color: #D435C4;
}
.TagClassName
{
border-color: #D435C4;
}
</style>