Shades of Fuchsia #D84BB0
Tints of Fuchsia #D84BB0
RGB
CMYK
RGB Variations
Color information
#D84BB0 (or 0xD84BB0) is known color: Fuchsia. HEX triplet: D8, 4B and B0. RGB value is (216,75,176). Sum of RGB (Red+Green+Blue) = 216+75+176=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BB0 is #27B44F. Grayscale: #808080. Windows color (decimal): -2602064 or 11553752. OLE color: 11553752.
HSL color Cylindrical-coordinate representation of color #D84BB0: hue angle of 317.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84BB0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 176 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.15 |
| HSL | 317.02º | 0.64% | 0.57% | - |
| HSV(B) | 317.02º | 0.65% | 0.85% | - |
| XYZ | 38.67 | 22.77 | 43.43 | - |
| YUV | 128.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 176 | 0 | 0.65 | 0.19 | 0.15 | 317.02 | 0.64 | 0.57 |
| Hex | D8 | 4B | B0 | 0 | 41 | 13 | F | 13D | 40 | 39 |
| Octal | 330 | 113 | 260 | 0 | 101 | 23 | 17 | 475 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10110000 | 0 | 1000001 | 10011 | 1111 | 100111101 | 1000000 | 111001 |
Color Harmonies of #D84BB0
Complementary color
Monochromatic Colors of #D84BB0
Black with #D84BB0
Text Example
Text Example
White with #D84BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BB0; }
p { color: rgb(216,75,176); }
H1.HeaderClassName
{
color: #D84BB0;
}
.AnyTagClassName
{
color: #D84BB0;
}
</style>
background-color css
<style>
a { background-color: #D84BB0; }
a { background-color: rgb(216,75,176); }
div.DivClassName
{
background-color: #D84BB0;
}
.BgClassName
{
background-color: #D84BB0;
}
</style>
border-color css
<style>
span { border-color: #D84BB0; }
span { border-color: rgb(216,75,176); }
td.TdClassName
{
border-color: #D84BB0;
}
.TagClassName
{
border-color: #D84BB0;
}
</style>