Shades of Fuchsia #D244AD
Tints of Fuchsia #D244AD
RGB
CMYK
RGB Variations
Color information
#D244AD (or 0xD244AD) is known color: Fuchsia. HEX triplet: D2, 44 and AD. RGB value is (210,68,173). Sum of RGB (Red+Green+Blue) = 210+68+173=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D244AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D244AD is #2DBB52. Grayscale: #7A7A7A. Windows color (decimal): -2997075 or 11355346. OLE color: 11355346.
HSL color Cylindrical-coordinate representation of color #D244AD: hue angle of 315.63º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244AD is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 173 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.18 |
| HSL | 315.63º | 0.61% | 0.55% | - |
| HSV(B) | 315.63º | 0.68% | 0.82% | - |
| XYZ | 36.19 | 20.85 | 41.65 | - |
| YUV | 122.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 173 | 0 | 0.68 | 0.18 | 0.18 | 315.63 | 0.61 | 0.55 |
| Hex | D2 | 44 | AD | 0 | 44 | 12 | 12 | 13C | 3D | 37 |
| Octal | 322 | 104 | 255 | 0 | 104 | 22 | 22 | 474 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10101101 | 0 | 1000100 | 10010 | 10010 | 100111100 | 111101 | 110111 |
Color Harmonies of #D244AD
Complementary color
Monochromatic Colors of #D244AD
Black with #D244AD
Text Example
Text Example
White with #D244AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244AD; }
p { color: rgb(210,68,173); }
H1.HeaderClassName
{
color: #D244AD;
}
.AnyTagClassName
{
color: #D244AD;
}
</style>
background-color css
<style>
a { background-color: #D244AD; }
a { background-color: rgb(210,68,173); }
div.DivClassName
{
background-color: #D244AD;
}
.BgClassName
{
background-color: #D244AD;
}
</style>
border-color css
<style>
span { border-color: #D244AD; }
span { border-color: rgb(210,68,173); }
td.TdClassName
{
border-color: #D244AD;
}
.TagClassName
{
border-color: #D244AD;
}
</style>