Shades of Fuchsia #D848AF
Tints of Fuchsia #D848AF
RGB
CMYK
RGB Variations
Color information
#D848AF (or 0xD848AF) is known color: Fuchsia. HEX triplet: D8, 48 and AF. RGB value is (216,72,175). Sum of RGB (Red+Green+Blue) = 216+72+175=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D848AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D848AF is #27B750. Grayscale: #7E7E7E. Windows color (decimal): -2602833 or 11487448. OLE color: 11487448.
HSL color Cylindrical-coordinate representation of color #D848AF: hue angle of 317.08º 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 #D848AF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 175 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.15 |
| HSL | 317.08º | 0.65% | 0.56% | - |
| HSV(B) | 317.08º | 0.67% | 0.85% | - |
| XYZ | 38.37 | 22.33 | 42.84 | - |
| YUV | 126.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 175 | 0 | 0.67 | 0.19 | 0.15 | 317.08 | 0.65 | 0.56 |
| Hex | D8 | 48 | AF | 0 | 43 | 13 | F | 13D | 41 | 38 |
| Octal | 330 | 110 | 257 | 0 | 103 | 23 | 17 | 475 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10101111 | 0 | 1000011 | 10011 | 1111 | 100111101 | 1000001 | 111000 |
Color Harmonies of #D848AF
Complementary color
Monochromatic Colors of #D848AF
Black with #D848AF
Text Example
Text Example
White with #D848AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848AF; }
p { color: rgb(216,72,175); }
H1.HeaderClassName
{
color: #D848AF;
}
.AnyTagClassName
{
color: #D848AF;
}
</style>
background-color css
<style>
a { background-color: #D848AF; }
a { background-color: rgb(216,72,175); }
div.DivClassName
{
background-color: #D848AF;
}
.BgClassName
{
background-color: #D848AF;
}
</style>
border-color css
<style>
span { border-color: #D848AF; }
span { border-color: rgb(216,72,175); }
td.TdClassName
{
border-color: #D848AF;
}
.TagClassName
{
border-color: #D848AF;
}
</style>