Shades of Fuchsia #D435CF
Tints of Fuchsia #D435CF
RGB
CMYK
RGB Variations
Color information
#D435CF (or 0xD435CF) is known color: Fuchsia. HEX triplet: D4, 35 and CF. RGB value is (212,53,207). Sum of RGB (Red+Green+Blue) = 212+53+207=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D435CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435CF is #2BCA30. Grayscale: #757575. Windows color (decimal): -2869809 or 13579732. OLE color: 13579732.
HSL color Cylindrical-coordinate representation of color #D435CF: hue angle of 301.89º 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 #D435CF is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 207 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.17 |
| HSL | 301.89º | 0.65% | 0.52% | - |
| HSV(B) | 301.89º | 0.75% | 0.83% | - |
| XYZ | 39.69 | 21.05 | 61 | - |
| YUV | 118.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 207 | 0 | 0.75 | 0.02 | 0.17 | 301.89 | 0.65 | 0.52 |
| Hex | D4 | 35 | CF | 0 | 4B | 2 | 11 | 12E | 41 | 34 |
| Octal | 324 | 65 | 317 | 0 | 113 | 2 | 21 | 456 | 101 | 64 |
| Binary | 11010100 | 110101 | 11001111 | 0 | 1001011 | 10 | 10001 | 100101110 | 1000001 | 110100 |
Color Harmonies of #D435CF
Complementary color
Monochromatic Colors of #D435CF
Black with #D435CF
Text Example
Text Example
White with #D435CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435CF; }
p { color: rgb(212,53,207); }
H1.HeaderClassName
{
color: #D435CF;
}
.AnyTagClassName
{
color: #D435CF;
}
</style>
background-color css
<style>
a { background-color: #D435CF; }
a { background-color: rgb(212,53,207); }
div.DivClassName
{
background-color: #D435CF;
}
.BgClassName
{
background-color: #D435CF;
}
</style>
border-color css
<style>
span { border-color: #D435CF; }
span { border-color: rgb(212,53,207); }
td.TdClassName
{
border-color: #D435CF;
}
.TagClassName
{
border-color: #D435CF;
}
</style>