Shades of Fuchsia #D848B3
Tints of Fuchsia #D848B3
RGB
CMYK
RGB Variations
Color information
#D848B3 (or 0xD848B3) is known color: Fuchsia. HEX triplet: D8, 48 and B3. RGB value is (216,72,179). Sum of RGB (Red+Green+Blue) = 216+72+179=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D848B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848B3 is #27B74C. Grayscale: #7E7E7E. Windows color (decimal): -2602829 or 11749592. OLE color: 11749592.
HSL color Cylindrical-coordinate representation of color #D848B3: hue angle of 315.42º 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 #D848B3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 179 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.15 |
| HSL | 315.42º | 0.65% | 0.56% | - |
| HSV(B) | 315.42º | 0.67% | 0.85% | - |
| XYZ | 38.77 | 22.49 | 44.94 | - |
| YUV | 127.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 179 | 0 | 0.67 | 0.17 | 0.15 | 315.42 | 0.65 | 0.56 |
| Hex | D8 | 48 | B3 | 0 | 43 | 11 | F | 13B | 41 | 38 |
| Octal | 330 | 110 | 263 | 0 | 103 | 21 | 17 | 473 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10110011 | 0 | 1000011 | 10001 | 1111 | 100111011 | 1000001 | 111000 |
Color Harmonies of #D848B3
Complementary color
Monochromatic Colors of #D848B3
Black with #D848B3
Text Example
Text Example
White with #D848B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848B3; }
p { color: rgb(216,72,179); }
H1.HeaderClassName
{
color: #D848B3;
}
.AnyTagClassName
{
color: #D848B3;
}
</style>
background-color css
<style>
a { background-color: #D848B3; }
a { background-color: rgb(216,72,179); }
div.DivClassName
{
background-color: #D848B3;
}
.BgClassName
{
background-color: #D848B3;
}
</style>
border-color css
<style>
span { border-color: #D848B3; }
span { border-color: rgb(216,72,179); }
td.TdClassName
{
border-color: #D848B3;
}
.TagClassName
{
border-color: #D848B3;
}
</style>