Shades of Fuchsia #D452AD
Tints of Fuchsia #D452AD
RGB
CMYK
RGB Variations
Color information
#D452AD (or 0xD452AD) is known color: Fuchsia. HEX triplet: D4, 52 and AD. RGB value is (212,82,173). Sum of RGB (Red+Green+Blue) = 212+82+173=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D452AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452AD is #2BAD52. Grayscale: #838383. Windows color (decimal): -2862419 or 11358932. OLE color: 11358932.
HSL color Cylindrical-coordinate representation of color #D452AD: hue angle of 318º 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 #D452AD is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 173 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.17 |
| HSL | 318º | 0.6% | 0.58% | - |
| HSV(B) | 318º | 0.61% | 0.83% | - |
| XYZ | 37.71 | 23.05 | 42 | - |
| YUV | 131.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 173 | 0 | 0.61 | 0.18 | 0.17 | 318 | 0.6 | 0.58 |
| Hex | D4 | 52 | AD | 0 | 3D | 12 | 11 | 13E | 3C | 3A |
| Octal | 324 | 122 | 255 | 0 | 75 | 22 | 21 | 476 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10101101 | 0 | 111101 | 10010 | 10001 | 100111110 | 111100 | 111010 |
Color Harmonies of #D452AD
Complementary color
Monochromatic Colors of #D452AD
Black with #D452AD
Text Example
Text Example
White with #D452AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452AD; }
p { color: rgb(212,82,173); }
H1.HeaderClassName
{
color: #D452AD;
}
.AnyTagClassName
{
color: #D452AD;
}
</style>
background-color css
<style>
a { background-color: #D452AD; }
a { background-color: rgb(212,82,173); }
div.DivClassName
{
background-color: #D452AD;
}
.BgClassName
{
background-color: #D452AD;
}
</style>
border-color css
<style>
span { border-color: #D452AD; }
span { border-color: rgb(212,82,173); }
td.TdClassName
{
border-color: #D452AD;
}
.TagClassName
{
border-color: #D452AD;
}
</style>