Shades of Fuchsia #D437C5
Tints of Fuchsia #D437C5
RGB
CMYK
RGB Variations
Color information
#D437C5 (or 0xD437C5) is known color: Fuchsia. HEX triplet: D4, 37 and C5. RGB value is (212,55,197). Sum of RGB (Red+Green+Blue) = 212+55+197=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D437C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437C5 is #2BC83A. Grayscale: #757575. Windows color (decimal): -2869307 or 12924884. OLE color: 12924884.
HSL color Cylindrical-coordinate representation of color #D437C5: hue angle of 305.73º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D437C5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 197 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.17 |
| HSL | 305.73º | 0.65% | 0.52% | - |
| HSV(B) | 305.73º | 0.74% | 0.83% | - |
| XYZ | 38.6 | 20.76 | 54.8 | - |
| YUV | 118.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 197 | 0 | 0.74 | 0.07 | 0.17 | 305.73 | 0.65 | 0.52 |
| Hex | D4 | 37 | C5 | 0 | 4A | 7 | 11 | 132 | 41 | 34 |
| Octal | 324 | 67 | 305 | 0 | 112 | 7 | 21 | 462 | 101 | 64 |
| Binary | 11010100 | 110111 | 11000101 | 0 | 1001010 | 111 | 10001 | 100110010 | 1000001 | 110100 |
Color Harmonies of #D437C5
Complementary color
Monochromatic Colors of #D437C5
Black with #D437C5
Text Example
Text Example
White with #D437C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437C5; }
p { color: rgb(212,55,197); }
H1.HeaderClassName
{
color: #D437C5;
}
.AnyTagClassName
{
color: #D437C5;
}
</style>
background-color css
<style>
a { background-color: #D437C5; }
a { background-color: rgb(212,55,197); }
div.DivClassName
{
background-color: #D437C5;
}
.BgClassName
{
background-color: #D437C5;
}
</style>
border-color css
<style>
span { border-color: #D437C5; }
span { border-color: rgb(212,55,197); }
td.TdClassName
{
border-color: #D437C5;
}
.TagClassName
{
border-color: #D437C5;
}
</style>