Shades of Fuchsia #D137AD
Tints of Fuchsia #D137AD
RGB
CMYK
RGB Variations
Color information
#D137AD (or 0xD137AD) is known color: Fuchsia. HEX triplet: D1, 37 and AD. RGB value is (209,55,173). Sum of RGB (Red+Green+Blue) = 209+55+173=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D137AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D137AD is #2EC852. Grayscale: #727272. Windows color (decimal): -3065939 or 11352017. OLE color: 11352017.
HSL color Cylindrical-coordinate representation of color #D137AD: hue angle of 314.03º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D137AD is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 173 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.18 |
| HSL | 314.03º | 0.63% | 0.52% | - |
| HSV(B) | 314.03º | 0.74% | 0.82% | - |
| XYZ | 35.2 | 19.3 | 41.41 | - |
| YUV | 114.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 173 | 0 | 0.74 | 0.17 | 0.18 | 314.03 | 0.63 | 0.52 |
| Hex | D1 | 37 | AD | 0 | 4A | 11 | 12 | 13A | 3F | 34 |
| Octal | 321 | 67 | 255 | 0 | 112 | 21 | 22 | 472 | 77 | 64 |
| Binary | 11010001 | 110111 | 10101101 | 0 | 1001010 | 10001 | 10010 | 100111010 | 111111 | 110100 |
Color Harmonies of #D137AD
Complementary color
Monochromatic Colors of #D137AD
Black with #D137AD
Text Example
Text Example
White with #D137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137AD; }
p { color: rgb(209,55,173); }
H1.HeaderClassName
{
color: #D137AD;
}
.AnyTagClassName
{
color: #D137AD;
}
</style>
background-color css
<style>
a { background-color: #D137AD; }
a { background-color: rgb(209,55,173); }
div.DivClassName
{
background-color: #D137AD;
}
.BgClassName
{
background-color: #D137AD;
}
</style>
border-color css
<style>
span { border-color: #D137AD; }
span { border-color: rgb(209,55,173); }
td.TdClassName
{
border-color: #D137AD;
}
.TagClassName
{
border-color: #D137AD;
}
</style>