Shades of Fuchsia #D247B5
Tints of Fuchsia #D247B5
RGB
CMYK
RGB Variations
Color information
#D247B5 (or 0xD247B5) is known color: Fuchsia. HEX triplet: D2, 47 and B5. RGB value is (210,71,181). Sum of RGB (Red+Green+Blue) = 210+71+181=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D247B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247B5 is #2DB84A. Grayscale: #7C7C7C. Windows color (decimal): -2996299 or 11880402. OLE color: 11880402.
HSL color Cylindrical-coordinate representation of color #D247B5: hue angle of 312.52º 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 #D247B5 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 181 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.18 |
| HSL | 312.52º | 0.61% | 0.55% | - |
| HSV(B) | 312.52º | 0.66% | 0.82% | - |
| XYZ | 37.17 | 21.54 | 45.92 | - |
| YUV | 125.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 181 | 0 | 0.66 | 0.14 | 0.18 | 312.52 | 0.61 | 0.55 |
| Hex | D2 | 47 | B5 | 0 | 42 | E | 12 | 139 | 3D | 37 |
| Octal | 322 | 107 | 265 | 0 | 102 | 16 | 22 | 471 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10110101 | 0 | 1000010 | 1110 | 10010 | 100111001 | 111101 | 110111 |
Color Harmonies of #D247B5
Complementary color
Monochromatic Colors of #D247B5
Black with #D247B5
Text Example
Text Example
White with #D247B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247B5; }
p { color: rgb(210,71,181); }
H1.HeaderClassName
{
color: #D247B5;
}
.AnyTagClassName
{
color: #D247B5;
}
</style>
background-color css
<style>
a { background-color: #D247B5; }
a { background-color: rgb(210,71,181); }
div.DivClassName
{
background-color: #D247B5;
}
.BgClassName
{
background-color: #D247B5;
}
</style>
border-color css
<style>
span { border-color: #D247B5; }
span { border-color: rgb(210,71,181); }
td.TdClassName
{
border-color: #D247B5;
}
.TagClassName
{
border-color: #D247B5;
}
</style>