Shades of Fuchsia #D247AD
Tints of Fuchsia #D247AD
RGB
CMYK
RGB Variations
Color information
#D247AD (or 0xD247AD) is known color: Fuchsia. HEX triplet: D2, 47 and AD. RGB value is (210,71,173). Sum of RGB (Red+Green+Blue) = 210+71+173=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D247AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D247AD is #2DB852. Grayscale: #7B7B7B. Windows color (decimal): -2996307 or 11356114. OLE color: 11356114.
HSL color Cylindrical-coordinate representation of color #D247AD: hue angle of 315.97º 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 #D247AD is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 173 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.18 |
| HSL | 315.97º | 0.61% | 0.55% | - |
| HSV(B) | 315.97º | 0.66% | 0.82% | - |
| XYZ | 36.37 | 21.23 | 41.71 | - |
| YUV | 124.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 173 | 0 | 0.66 | 0.18 | 0.18 | 315.97 | 0.61 | 0.55 |
| Hex | D2 | 47 | AD | 0 | 42 | 12 | 12 | 13C | 3D | 37 |
| Octal | 322 | 107 | 255 | 0 | 102 | 22 | 22 | 474 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10101101 | 0 | 1000010 | 10010 | 10010 | 100111100 | 111101 | 110111 |
Color Harmonies of #D247AD
Complementary color
Monochromatic Colors of #D247AD
Black with #D247AD
Text Example
Text Example
White with #D247AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247AD; }
p { color: rgb(210,71,173); }
H1.HeaderClassName
{
color: #D247AD;
}
.AnyTagClassName
{
color: #D247AD;
}
</style>
background-color css
<style>
a { background-color: #D247AD; }
a { background-color: rgb(210,71,173); }
div.DivClassName
{
background-color: #D247AD;
}
.BgClassName
{
background-color: #D247AD;
}
</style>
border-color css
<style>
span { border-color: #D247AD; }
span { border-color: rgb(210,71,173); }
td.TdClassName
{
border-color: #D247AD;
}
.TagClassName
{
border-color: #D247AD;
}
</style>