Shades of Fuchsia #D248BC
Tints of Fuchsia #D248BC
RGB
CMYK
RGB Variations
Color information
#D248BC (or 0xD248BC) is known color: Fuchsia. HEX triplet: D2, 48 and BC. RGB value is (210,72,188). Sum of RGB (Red+Green+Blue) = 210+72+188=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D248BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248BC is #2DB743. Grayscale: #7E7E7E. Windows color (decimal): -2996036 or 12339410. OLE color: 12339410.
HSL color Cylindrical-coordinate representation of color #D248BC: hue angle of 309.57º 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 #D248BC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 188 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 309.57º | 0.61% | 0.55% | - |
| HSV(B) | 309.57º | 0.66% | 0.82% | - |
| XYZ | 37.97 | 21.97 | 49.82 | - |
| YUV | 126.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 188 | 0 | 0.66 | 0.10 | 0.18 | 309.57 | 0.61 | 0.55 |
| Hex | D2 | 48 | BC | 0 | 42 | A | 12 | 136 | 3D | 37 |
| Octal | 322 | 110 | 274 | 0 | 102 | 12 | 22 | 466 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10111100 | 0 | 1000010 | 1010 | 10010 | 100110110 | 111101 | 110111 |
Color Harmonies of #D248BC
Complementary color
Monochromatic Colors of #D248BC
Black with #D248BC
Text Example
Text Example
White with #D248BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248BC; }
p { color: rgb(210,72,188); }
H1.HeaderClassName
{
color: #D248BC;
}
.AnyTagClassName
{
color: #D248BC;
}
</style>
background-color css
<style>
a { background-color: #D248BC; }
a { background-color: rgb(210,72,188); }
div.DivClassName
{
background-color: #D248BC;
}
.BgClassName
{
background-color: #D248BC;
}
</style>
border-color css
<style>
span { border-color: #D248BC; }
span { border-color: rgb(210,72,188); }
td.TdClassName
{
border-color: #D248BC;
}
.TagClassName
{
border-color: #D248BC;
}
</style>