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