Shades of Fuchsia #D852AF
Tints of Fuchsia #D852AF
RGB
CMYK
RGB Variations
Color information
#D852AF (or 0xD852AF) is known color: Fuchsia. HEX triplet: D8, 52 and AF. RGB value is (216,82,175). Sum of RGB (Red+Green+Blue) = 216+82+175=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D852AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852AF is #27AD50. Grayscale: #848484. Windows color (decimal): -2600273 or 11490008. OLE color: 11490008.
HSL color Cylindrical-coordinate representation of color #D852AF: hue angle of 318.36º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D852AF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 175 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.15 |
| HSL | 318.36º | 0.63% | 0.58% | - |
| HSV(B) | 318.36º | 0.62% | 0.85% | - |
| XYZ | 39.07 | 23.73 | 43.08 | - |
| YUV | 132.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 175 | 0 | 0.62 | 0.19 | 0.15 | 318.36 | 0.63 | 0.58 |
| Hex | D8 | 52 | AF | 0 | 3E | 13 | F | 13E | 3F | 3A |
| Octal | 330 | 122 | 257 | 0 | 76 | 23 | 17 | 476 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10101111 | 0 | 111110 | 10011 | 1111 | 100111110 | 111111 | 111010 |
Color Harmonies of #D852AF
Complementary color
Monochromatic Colors of #D852AF
Black with #D852AF
Text Example
Text Example
White with #D852AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852AF; }
p { color: rgb(216,82,175); }
H1.HeaderClassName
{
color: #D852AF;
}
.AnyTagClassName
{
color: #D852AF;
}
</style>
background-color css
<style>
a { background-color: #D852AF; }
a { background-color: rgb(216,82,175); }
div.DivClassName
{
background-color: #D852AF;
}
.BgClassName
{
background-color: #D852AF;
}
</style>
border-color css
<style>
span { border-color: #D852AF; }
span { border-color: rgb(216,82,175); }
td.TdClassName
{
border-color: #D852AF;
}
.TagClassName
{
border-color: #D852AF;
}
</style>