Shades of Fuchsia #D452AF
Tints of Fuchsia #D452AF
RGB
CMYK
RGB Variations
Color information
#D452AF (or 0xD452AF) is known color: Fuchsia. HEX triplet: D4, 52 and AF. RGB value is (212,82,175). Sum of RGB (Red+Green+Blue) = 212+82+175=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D452AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452AF is #2BAD50. Grayscale: #838383. Windows color (decimal): -2862417 or 11490004. OLE color: 11490004.
HSL color Cylindrical-coordinate representation of color #D452AF: hue angle of 317.08º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D452AF is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 175 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.17 |
| HSL | 317.08º | 0.6% | 0.58% | - |
| HSV(B) | 317.08º | 0.61% | 0.83% | - |
| XYZ | 37.91 | 23.13 | 43.02 | - |
| YUV | 131.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 175 | 0 | 0.61 | 0.17 | 0.17 | 317.08 | 0.6 | 0.58 |
| Hex | D4 | 52 | AF | 0 | 3D | 11 | 11 | 13D | 3C | 3A |
| Octal | 324 | 122 | 257 | 0 | 75 | 21 | 21 | 475 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10101111 | 0 | 111101 | 10001 | 10001 | 100111101 | 111100 | 111010 |
Color Harmonies of #D452AF
Complementary color
Monochromatic Colors of #D452AF
Black with #D452AF
Text Example
Text Example
White with #D452AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452AF; }
p { color: rgb(212,82,175); }
H1.HeaderClassName
{
color: #D452AF;
}
.AnyTagClassName
{
color: #D452AF;
}
</style>
background-color css
<style>
a { background-color: #D452AF; }
a { background-color: rgb(212,82,175); }
div.DivClassName
{
background-color: #D452AF;
}
.BgClassName
{
background-color: #D452AF;
}
</style>
border-color css
<style>
span { border-color: #D452AF; }
span { border-color: rgb(212,82,175); }
td.TdClassName
{
border-color: #D452AF;
}
.TagClassName
{
border-color: #D452AF;
}
</style>