Shades of Fuchsia #D848BA
Tints of Fuchsia #D848BA
RGB
CMYK
RGB Variations
Color information
#D848BA (or 0xD848BA) is known color: Fuchsia. HEX triplet: D8, 48 and BA. RGB value is (216,72,186). Sum of RGB (Red+Green+Blue) = 216+72+186=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D848BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848BA is #27B745. Grayscale: #7F7F7F. Windows color (decimal): -2602822 or 12208344. OLE color: 12208344.
HSL color Cylindrical-coordinate representation of color #D848BA: hue angle of 312.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848BA is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 186 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.15 |
| HSL | 312.5º | 0.65% | 0.56% | - |
| HSV(B) | 312.5º | 0.67% | 0.85% | - |
| XYZ | 39.5 | 22.78 | 48.77 | - |
| YUV | 128.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 186 | 0 | 0.67 | 0.14 | 0.15 | 312.5 | 0.65 | 0.56 |
| Hex | D8 | 48 | BA | 0 | 43 | E | F | 138 | 41 | 38 |
| Octal | 330 | 110 | 272 | 0 | 103 | 16 | 17 | 470 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10111010 | 0 | 1000011 | 1110 | 1111 | 100111000 | 1000001 | 111000 |
Color Harmonies of #D848BA
Complementary color
Monochromatic Colors of #D848BA
Black with #D848BA
Text Example
Text Example
White with #D848BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848BA; }
p { color: rgb(216,72,186); }
H1.HeaderClassName
{
color: #D848BA;
}
.AnyTagClassName
{
color: #D848BA;
}
</style>
background-color css
<style>
a { background-color: #D848BA; }
a { background-color: rgb(216,72,186); }
div.DivClassName
{
background-color: #D848BA;
}
.BgClassName
{
background-color: #D848BA;
}
</style>
border-color css
<style>
span { border-color: #D848BA; }
span { border-color: rgb(216,72,186); }
td.TdClassName
{
border-color: #D848BA;
}
.TagClassName
{
border-color: #D848BA;
}
</style>