Shades of Fuchsia #D247BD
Tints of Fuchsia #D247BD
RGB
CMYK
RGB Variations
Color information
#D247BD (or 0xD247BD) is known color: Fuchsia. HEX triplet: D2, 47 and BD. RGB value is (210,71,189). Sum of RGB (Red+Green+Blue) = 210+71+189=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D247BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247BD is #2DB842. Grayscale: #7D7D7D. Windows color (decimal): -2996291 or 12404690. OLE color: 12404690.
HSL color Cylindrical-coordinate representation of color #D247BD: hue angle of 309.06º 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 #D247BD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 189 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 309.06º | 0.61% | 0.55% | - |
| HSV(B) | 309.06º | 0.66% | 0.82% | - |
| XYZ | 38.02 | 21.88 | 50.36 | - |
| YUV | 126.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 189 | 0 | 0.66 | 0.10 | 0.18 | 309.06 | 0.61 | 0.55 |
| Hex | D2 | 47 | BD | 0 | 42 | A | 12 | 135 | 3D | 37 |
| Octal | 322 | 107 | 275 | 0 | 102 | 12 | 22 | 465 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10111101 | 0 | 1000010 | 1010 | 10010 | 100110101 | 111101 | 110111 |
Color Harmonies of #D247BD
Complementary color
Monochromatic Colors of #D247BD
Black with #D247BD
Text Example
Text Example
White with #D247BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247BD; }
p { color: rgb(210,71,189); }
H1.HeaderClassName
{
color: #D247BD;
}
.AnyTagClassName
{
color: #D247BD;
}
</style>
background-color css
<style>
a { background-color: #D247BD; }
a { background-color: rgb(210,71,189); }
div.DivClassName
{
background-color: #D247BD;
}
.BgClassName
{
background-color: #D247BD;
}
</style>
border-color css
<style>
span { border-color: #D247BD; }
span { border-color: rgb(210,71,189); }
td.TdClassName
{
border-color: #D247BD;
}
.TagClassName
{
border-color: #D247BD;
}
</style>