Shades of Fuchsia #D248B9
Tints of Fuchsia #D248B9
RGB
CMYK
RGB Variations
Color information
#D248B9 (or 0xD248B9) is known color: Fuchsia. HEX triplet: D2, 48 and B9. RGB value is (210,72,185). Sum of RGB (Red+Green+Blue) = 210+72+185=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D248B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248B9 is #2DB746. Grayscale: #7D7D7D. Windows color (decimal): -2996039 or 12142802. OLE color: 12142802.
HSL color Cylindrical-coordinate representation of color #D248B9: hue angle of 310.87º 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 #D248B9 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 185 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.18 |
| HSL | 310.87º | 0.61% | 0.55% | - |
| HSV(B) | 310.87º | 0.66% | 0.82% | - |
| XYZ | 37.65 | 21.84 | 48.13 | - |
| YUV | 126.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 185 | 0 | 0.66 | 0.12 | 0.18 | 310.87 | 0.61 | 0.55 |
| Hex | D2 | 48 | B9 | 0 | 42 | C | 12 | 137 | 3D | 37 |
| Octal | 322 | 110 | 271 | 0 | 102 | 14 | 22 | 467 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10111001 | 0 | 1000010 | 1100 | 10010 | 100110111 | 111101 | 110111 |
Color Harmonies of #D248B9
Complementary color
Monochromatic Colors of #D248B9
Black with #D248B9
Text Example
Text Example
White with #D248B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248B9; }
p { color: rgb(210,72,185); }
H1.HeaderClassName
{
color: #D248B9;
}
.AnyTagClassName
{
color: #D248B9;
}
</style>
background-color css
<style>
a { background-color: #D248B9; }
a { background-color: rgb(210,72,185); }
div.DivClassName
{
background-color: #D248B9;
}
.BgClassName
{
background-color: #D248B9;
}
</style>
border-color css
<style>
span { border-color: #D248B9; }
span { border-color: rgb(210,72,185); }
td.TdClassName
{
border-color: #D248B9;
}
.TagClassName
{
border-color: #D248B9;
}
</style>