Shades of Fuchsia #D248B5
Tints of Fuchsia #D248B5
RGB
CMYK
RGB Variations
Color information
#D248B5 (or 0xD248B5) is known color: Fuchsia. HEX triplet: D2, 48 and B5. RGB value is (210,72,181). Sum of RGB (Red+Green+Blue) = 210+72+181=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D248B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248B5 is #2DB74A. Grayscale: #7D7D7D. Windows color (decimal): -2996043 or 11880658. OLE color: 11880658.
HSL color Cylindrical-coordinate representation of color #D248B5: hue angle of 312.61º 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 #D248B5 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 181 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.18 |
| HSL | 312.61º | 0.61% | 0.55% | - |
| HSV(B) | 312.61º | 0.66% | 0.82% | - |
| XYZ | 37.24 | 21.67 | 45.94 | - |
| YUV | 125.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 181 | 0 | 0.66 | 0.14 | 0.18 | 312.61 | 0.61 | 0.55 |
| Hex | D2 | 48 | B5 | 0 | 42 | E | 12 | 139 | 3D | 37 |
| Octal | 322 | 110 | 265 | 0 | 102 | 16 | 22 | 471 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10110101 | 0 | 1000010 | 1110 | 10010 | 100111001 | 111101 | 110111 |
Color Harmonies of #D248B5
Complementary color
Monochromatic Colors of #D248B5
Black with #D248B5
Text Example
Text Example
White with #D248B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248B5; }
p { color: rgb(210,72,181); }
H1.HeaderClassName
{
color: #D248B5;
}
.AnyTagClassName
{
color: #D248B5;
}
</style>
background-color css
<style>
a { background-color: #D248B5; }
a { background-color: rgb(210,72,181); }
div.DivClassName
{
background-color: #D248B5;
}
.BgClassName
{
background-color: #D248B5;
}
</style>
border-color css
<style>
span { border-color: #D248B5; }
span { border-color: rgb(210,72,181); }
td.TdClassName
{
border-color: #D248B5;
}
.TagClassName
{
border-color: #D248B5;
}
</style>