Shades of Fuchsia #D852BA
Tints of Fuchsia #D852BA
RGB
CMYK
RGB Variations
Color information
#D852BA (or 0xD852BA) is known color: Fuchsia. HEX triplet: D8, 52 and BA. RGB value is (216,82,186). Sum of RGB (Red+Green+Blue) = 216+82+186=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D852BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852BA is #27AD45. Grayscale: #858585. Windows color (decimal): -2600262 or 12210904. OLE color: 12210904.
HSL color Cylindrical-coordinate representation of color #D852BA: hue angle of 313.43º 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 #D852BA is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 186 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.15 |
| HSL | 313.43º | 0.63% | 0.58% | - |
| HSV(B) | 313.43º | 0.62% | 0.85% | - |
| XYZ | 40.2 | 24.18 | 49 | - |
| YUV | 133.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 186 | 0 | 0.62 | 0.14 | 0.15 | 313.43 | 0.63 | 0.58 |
| Hex | D8 | 52 | BA | 0 | 3E | E | F | 139 | 3F | 3A |
| Octal | 330 | 122 | 272 | 0 | 76 | 16 | 17 | 471 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10111010 | 0 | 111110 | 1110 | 1111 | 100111001 | 111111 | 111010 |
Color Harmonies of #D852BA
Complementary color
Monochromatic Colors of #D852BA
Black with #D852BA
Text Example
Text Example
White with #D852BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852BA; }
p { color: rgb(216,82,186); }
H1.HeaderClassName
{
color: #D852BA;
}
.AnyTagClassName
{
color: #D852BA;
}
</style>
background-color css
<style>
a { background-color: #D852BA; }
a { background-color: rgb(216,82,186); }
div.DivClassName
{
background-color: #D852BA;
}
.BgClassName
{
background-color: #D852BA;
}
</style>
border-color css
<style>
span { border-color: #D852BA; }
span { border-color: rgb(216,82,186); }
td.TdClassName
{
border-color: #D852BA;
}
.TagClassName
{
border-color: #D852BA;
}
</style>