Shades of Fuchsia #D748AF
Tints of Fuchsia #D748AF
RGB
CMYK
RGB Variations
Color information
#D748AF (or 0xD748AF) is known color: Fuchsia. HEX triplet: D7, 48 and AF. RGB value is (215,72,175). Sum of RGB (Red+Green+Blue) = 215+72+175=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D748AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748AF is #28B750. Grayscale: #7E7E7E. Windows color (decimal): -2668369 or 11487447. OLE color: 11487447.
HSL color Cylindrical-coordinate representation of color #D748AF: hue angle of 316.78º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748AF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 175 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.16 |
| HSL | 316.78º | 0.64% | 0.56% | - |
| HSV(B) | 316.78º | 0.67% | 0.84% | - |
| XYZ | 38.08 | 22.18 | 42.83 | - |
| YUV | 126.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 175 | 0 | 0.67 | 0.19 | 0.16 | 316.78 | 0.64 | 0.56 |
| Hex | D7 | 48 | AF | 0 | 43 | 13 | 10 | 13D | 40 | 38 |
| Octal | 327 | 110 | 257 | 0 | 103 | 23 | 20 | 475 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10101111 | 0 | 1000011 | 10011 | 10000 | 100111101 | 1000000 | 111000 |
Color Harmonies of #D748AF
Complementary color
Monochromatic Colors of #D748AF
Black with #D748AF
Text Example
Text Example
White with #D748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748AF; }
p { color: rgb(215,72,175); }
H1.HeaderClassName
{
color: #D748AF;
}
.AnyTagClassName
{
color: #D748AF;
}
</style>
background-color css
<style>
a { background-color: #D748AF; }
a { background-color: rgb(215,72,175); }
div.DivClassName
{
background-color: #D748AF;
}
.BgClassName
{
background-color: #D748AF;
}
</style>
border-color css
<style>
span { border-color: #D748AF; }
span { border-color: rgb(215,72,175); }
td.TdClassName
{
border-color: #D748AF;
}
.TagClassName
{
border-color: #D748AF;
}
</style>