Shades of Fuchsia #D435C2
Tints of Fuchsia #D435C2
RGB
CMYK
RGB Variations
Color information
#D435C2 (or 0xD435C2) is known color: Fuchsia. HEX triplet: D4, 35 and C2. RGB value is (212,53,194). Sum of RGB (Red+Green+Blue) = 212+53+194=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C2 is #2BCA3D. Grayscale: #747474. Windows color (decimal): -2869822 or 12727764. OLE color: 12727764.
HSL color Cylindrical-coordinate representation of color #D435C2: hue angle of 306.79º 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 #D435C2 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 194 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.17 |
| HSL | 306.79º | 0.65% | 0.52% | - |
| HSV(B) | 306.79º | 0.75% | 0.83% | - |
| XYZ | 38.16 | 20.44 | 52.97 | - |
| YUV | 116.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 194 | 0 | 0.75 | 0.08 | 0.17 | 306.79 | 0.65 | 0.52 |
| Hex | D4 | 35 | C2 | 0 | 4B | 8 | 11 | 133 | 41 | 34 |
| Octal | 324 | 65 | 302 | 0 | 113 | 10 | 21 | 463 | 101 | 64 |
| Binary | 11010100 | 110101 | 11000010 | 0 | 1001011 | 1000 | 10001 | 100110011 | 1000001 | 110100 |
Color Harmonies of #D435C2
Complementary color
Monochromatic Colors of #D435C2
Black with #D435C2
Text Example
Text Example
White with #D435C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435C2; }
p { color: rgb(212,53,194); }
H1.HeaderClassName
{
color: #D435C2;
}
.AnyTagClassName
{
color: #D435C2;
}
</style>
background-color css
<style>
a { background-color: #D435C2; }
a { background-color: rgb(212,53,194); }
div.DivClassName
{
background-color: #D435C2;
}
.BgClassName
{
background-color: #D435C2;
}
</style>
border-color css
<style>
span { border-color: #D435C2; }
span { border-color: rgb(212,53,194); }
td.TdClassName
{
border-color: #D435C2;
}
.TagClassName
{
border-color: #D435C2;
}
</style>