Shades of Fuchsia #D748BF
Tints of Fuchsia #D748BF
RGB
CMYK
RGB Variations
Color information
#D748BF (or 0xD748BF) is known color: Fuchsia. HEX triplet: D7, 48 and BF. RGB value is (215,72,191). Sum of RGB (Red+Green+Blue) = 215+72+191=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D748BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748BF is #28B740. Grayscale: #7F7F7F. Windows color (decimal): -2668353 or 12536023. OLE color: 12536023.
HSL color Cylindrical-coordinate representation of color #D748BF: hue angle of 310.07º 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 #D748BF is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 191 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.16 |
| HSL | 310.07º | 0.64% | 0.56% | - |
| HSV(B) | 310.07º | 0.67% | 0.84% | - |
| XYZ | 39.75 | 22.84 | 51.6 | - |
| YUV | 128.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 191 | 0 | 0.67 | 0.11 | 0.16 | 310.07 | 0.64 | 0.56 |
| Hex | D7 | 48 | BF | 0 | 43 | B | 10 | 136 | 40 | 38 |
| Octal | 327 | 110 | 277 | 0 | 103 | 13 | 20 | 466 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10111111 | 0 | 1000011 | 1011 | 10000 | 100110110 | 1000000 | 111000 |
Color Harmonies of #D748BF
Complementary color
Monochromatic Colors of #D748BF
Black with #D748BF
Text Example
Text Example
White with #D748BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748BF; }
p { color: rgb(215,72,191); }
H1.HeaderClassName
{
color: #D748BF;
}
.AnyTagClassName
{
color: #D748BF;
}
</style>
background-color css
<style>
a { background-color: #D748BF; }
a { background-color: rgb(215,72,191); }
div.DivClassName
{
background-color: #D748BF;
}
.BgClassName
{
background-color: #D748BF;
}
</style>
border-color css
<style>
span { border-color: #D748BF; }
span { border-color: rgb(215,72,191); }
td.TdClassName
{
border-color: #D748BF;
}
.TagClassName
{
border-color: #D748BF;
}
</style>