Shades of Fuchsia #D248BF
Tints of Fuchsia #D248BF
RGB
CMYK
RGB Variations
Color information
#D248BF (or 0xD248BF) is known color: Fuchsia. HEX triplet: D2, 48 and BF. RGB value is (210,72,191). Sum of RGB (Red+Green+Blue) = 210+72+191=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D248BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248BF is #2DB740. Grayscale: #7E7E7E. Windows color (decimal): -2996033 or 12536018. OLE color: 12536018.
HSL color Cylindrical-coordinate representation of color #D248BF: hue angle of 308.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248BF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 191 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.18 |
| HSL | 308.26º | 0.61% | 0.55% | - |
| HSV(B) | 308.26º | 0.66% | 0.82% | - |
| XYZ | 38.3 | 22.1 | 51.54 | - |
| YUV | 126.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 191 | 0 | 0.66 | 0.09 | 0.18 | 308.26 | 0.61 | 0.55 |
| Hex | D2 | 48 | BF | 0 | 42 | 9 | 12 | 134 | 3D | 37 |
| Octal | 322 | 110 | 277 | 0 | 102 | 11 | 22 | 464 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10111111 | 0 | 1000010 | 1001 | 10010 | 100110100 | 111101 | 110111 |
Color Harmonies of #D248BF
Complementary color
Monochromatic Colors of #D248BF
Black with #D248BF
Text Example
Text Example
White with #D248BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248BF; }
p { color: rgb(210,72,191); }
H1.HeaderClassName
{
color: #D248BF;
}
.AnyTagClassName
{
color: #D248BF;
}
</style>
background-color css
<style>
a { background-color: #D248BF; }
a { background-color: rgb(210,72,191); }
div.DivClassName
{
background-color: #D248BF;
}
.BgClassName
{
background-color: #D248BF;
}
</style>
border-color css
<style>
span { border-color: #D248BF; }
span { border-color: rgb(210,72,191); }
td.TdClassName
{
border-color: #D248BF;
}
.TagClassName
{
border-color: #D248BF;
}
</style>