Shades of Fuchsia #D437AF
Tints of Fuchsia #D437AF
RGB
CMYK
RGB Variations
Color information
#D437AF (or 0xD437AF) is known color: Fuchsia. HEX triplet: D4, 37 and AF. RGB value is (212,55,175). Sum of RGB (Red+Green+Blue) = 212+55+175=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D437AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D437AF is #2BC850. Grayscale: #737373. Windows color (decimal): -2869329 or 11483092. OLE color: 11483092.
HSL color Cylindrical-coordinate representation of color #D437AF: hue angle of 314.14º 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 #D437AF is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 55 | 175 | - |
CMYK | 0 | 0.74 | 0.17 | 0.17 |
HSL | 314.14º | 0.65% | 0.52% | - |
HSV(B) | 314.14º | 0.74% | 0.83% | - |
XYZ | 36.26 | 19.82 | 42.47 | - |
YUV | 115.62 | 161.51 | 196.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 55 | 175 | 0 | 0.74 | 0.17 | 0.17 | 314.14 | 0.65 | 0.52 |
Hex | D4 | 37 | AF | 0 | 4A | 11 | 11 | 13A | 41 | 34 |
Octal | 324 | 67 | 257 | 0 | 112 | 21 | 21 | 472 | 101 | 64 |
Binary | 11010100 | 110111 | 10101111 | 0 | 1001010 | 10001 | 10001 | 100111010 | 1000001 | 110100 |
Color Harmonies of #D437AF
Complementary color
Monochromatic Colors of #D437AF
Black with #D437AF
Text Example
Text Example
White with #D437AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437AF; }
p { color: rgb(212,55,175); }
H1.HeaderClassName
{
color: #D437AF;
}
.AnyTagClassName
{
color: #D437AF;
}
</style>
background-color css
<style>
a { background-color: #D437AF; }
a { background-color: rgb(212,55,175); }
div.DivClassName
{
background-color: #D437AF;
}
.BgClassName
{
background-color: #D437AF;
}
</style>
border-color css
<style>
span { border-color: #D437AF; }
span { border-color: rgb(212,55,175); }
td.TdClassName
{
border-color: #D437AF;
}
.TagClassName
{
border-color: #D437AF;
}
</style>