Shades of Fuchsia #D248BA
Tints of Fuchsia #D248BA
RGB
CMYK
RGB Variations
Color information
#D248BA (or 0xD248BA) is known color: Fuchsia. HEX triplet: D2, 48 and BA. RGB value is (210,72,186). Sum of RGB (Red+Green+Blue) = 210+72+186=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D248BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248BA is #2DB745. Grayscale: #7D7D7D. Windows color (decimal): -2996038 or 12208338. OLE color: 12208338.
HSL color Cylindrical-coordinate representation of color #D248BA: hue angle of 310.43º 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 #D248BA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 186 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 310.43º | 0.61% | 0.55% | - |
| HSV(B) | 310.43º | 0.66% | 0.82% | - |
| XYZ | 37.76 | 21.88 | 48.69 | - |
| YUV | 126.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 186 | 0 | 0.66 | 0.11 | 0.18 | 310.43 | 0.61 | 0.55 |
| Hex | D2 | 48 | BA | 0 | 42 | B | 12 | 136 | 3D | 37 |
| Octal | 322 | 110 | 272 | 0 | 102 | 13 | 22 | 466 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10111010 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111101 | 110111 |
Color Harmonies of #D248BA
Complementary color
Monochromatic Colors of #D248BA
Black with #D248BA
Text Example
Text Example
White with #D248BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248BA; }
p { color: rgb(210,72,186); }
H1.HeaderClassName
{
color: #D248BA;
}
.AnyTagClassName
{
color: #D248BA;
}
</style>
background-color css
<style>
a { background-color: #D248BA; }
a { background-color: rgb(210,72,186); }
div.DivClassName
{
background-color: #D248BA;
}
.BgClassName
{
background-color: #D248BA;
}
</style>
border-color css
<style>
span { border-color: #D248BA; }
span { border-color: rgb(210,72,186); }
td.TdClassName
{
border-color: #D248BA;
}
.TagClassName
{
border-color: #D248BA;
}
</style>