Shades of Fuchsia #D248BB
Tints of Fuchsia #D248BB
RGB
CMYK
RGB Variations
Color information
#D248BB (or 0xD248BB) is known color: Fuchsia. HEX triplet: D2, 48 and BB. RGB value is (210,72,187). Sum of RGB (Red+Green+Blue) = 210+72+187=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D248BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248BB is #2DB744. Grayscale: #7E7E7E. Windows color (decimal): -2996037 or 12273874. OLE color: 12273874.
HSL color Cylindrical-coordinate representation of color #D248BB: hue angle of 310º 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 #D248BB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 187 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 310º | 0.61% | 0.55% | - |
| HSV(B) | 310º | 0.66% | 0.82% | - |
| XYZ | 37.87 | 21.92 | 49.25 | - |
| YUV | 126.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 187 | 0 | 0.66 | 0.11 | 0.18 | 310 | 0.61 | 0.55 |
| Hex | D2 | 48 | BB | 0 | 42 | B | 12 | 136 | 3D | 37 |
| Octal | 322 | 110 | 273 | 0 | 102 | 13 | 22 | 466 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10111011 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111101 | 110111 |
Color Harmonies of #D248BB
Complementary color
Monochromatic Colors of #D248BB
Black with #D248BB
Text Example
Text Example
White with #D248BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248BB; }
p { color: rgb(210,72,187); }
H1.HeaderClassName
{
color: #D248BB;
}
.AnyTagClassName
{
color: #D248BB;
}
</style>
background-color css
<style>
a { background-color: #D248BB; }
a { background-color: rgb(210,72,187); }
div.DivClassName
{
background-color: #D248BB;
}
.BgClassName
{
background-color: #D248BB;
}
</style>
border-color css
<style>
span { border-color: #D248BB; }
span { border-color: rgb(210,72,187); }
td.TdClassName
{
border-color: #D248BB;
}
.TagClassName
{
border-color: #D248BB;
}
</style>