Shades of Fuchsia #D852BD
Tints of Fuchsia #D852BD
RGB
CMYK
RGB Variations
Color information
#D852BD (or 0xD852BD) is known color: Fuchsia. HEX triplet: D8, 52 and BD. RGB value is (216,82,189). Sum of RGB (Red+Green+Blue) = 216+82+189=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D852BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852BD is #27AD42. Grayscale: #858585. Windows color (decimal): -2600259 or 12407512. OLE color: 12407512.
HSL color Cylindrical-coordinate representation of color #D852BD: hue angle of 312.09º 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 #D852BD is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 189 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.15 |
| HSL | 312.09º | 0.63% | 0.58% | - |
| HSV(B) | 312.09º | 0.62% | 0.85% | - |
| XYZ | 40.52 | 24.31 | 50.7 | - |
| YUV | 134.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 189 | 0 | 0.62 | 0.12 | 0.15 | 312.09 | 0.63 | 0.58 |
| Hex | D8 | 52 | BD | 0 | 3E | C | F | 138 | 3F | 3A |
| Octal | 330 | 122 | 275 | 0 | 76 | 14 | 17 | 470 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10111101 | 0 | 111110 | 1100 | 1111 | 100111000 | 111111 | 111010 |
Color Harmonies of #D852BD
Complementary color
Monochromatic Colors of #D852BD
Black with #D852BD
Text Example
Text Example
White with #D852BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852BD; }
p { color: rgb(216,82,189); }
H1.HeaderClassName
{
color: #D852BD;
}
.AnyTagClassName
{
color: #D852BD;
}
</style>
background-color css
<style>
a { background-color: #D852BD; }
a { background-color: rgb(216,82,189); }
div.DivClassName
{
background-color: #D852BD;
}
.BgClassName
{
background-color: #D852BD;
}
</style>
border-color css
<style>
span { border-color: #D852BD; }
span { border-color: rgb(216,82,189); }
td.TdClassName
{
border-color: #D852BD;
}
.TagClassName
{
border-color: #D852BD;
}
</style>