Shades of Fuchsia #D848BC
Tints of Fuchsia #D848BC
RGB
CMYK
RGB Variations
Color information
#D848BC (or 0xD848BC) is known color: Fuchsia. HEX triplet: D8, 48 and BC. RGB value is (216,72,188). Sum of RGB (Red+Green+Blue) = 216+72+188=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D848BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848BC is #27B743. Grayscale: #7F7F7F. Windows color (decimal): -2602820 or 12339416. OLE color: 12339416.
HSL color Cylindrical-coordinate representation of color #D848BC: hue angle of 311.67º 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 #D848BC is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 188 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.15 |
| HSL | 311.67º | 0.65% | 0.56% | - |
| HSV(B) | 311.67º | 0.67% | 0.85% | - |
| XYZ | 39.71 | 22.86 | 49.9 | - |
| YUV | 128.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 188 | 0 | 0.67 | 0.13 | 0.15 | 311.67 | 0.65 | 0.56 |
| Hex | D8 | 48 | BC | 0 | 43 | D | F | 138 | 41 | 38 |
| Octal | 330 | 110 | 274 | 0 | 103 | 15 | 17 | 470 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10111100 | 0 | 1000011 | 1101 | 1111 | 100111000 | 1000001 | 111000 |
Color Harmonies of #D848BC
Complementary color
Monochromatic Colors of #D848BC
Black with #D848BC
Text Example
Text Example
White with #D848BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848BC; }
p { color: rgb(216,72,188); }
H1.HeaderClassName
{
color: #D848BC;
}
.AnyTagClassName
{
color: #D848BC;
}
</style>
background-color css
<style>
a { background-color: #D848BC; }
a { background-color: rgb(216,72,188); }
div.DivClassName
{
background-color: #D848BC;
}
.BgClassName
{
background-color: #D848BC;
}
</style>
border-color css
<style>
span { border-color: #D848BC; }
span { border-color: rgb(216,72,188); }
td.TdClassName
{
border-color: #D848BC;
}
.TagClassName
{
border-color: #D848BC;
}
</style>