Shades of Fuchsia #D137C7
Tints of Fuchsia #D137C7
RGB
CMYK
RGB Variations
Color information
#D137C7 (or 0xD137C7) is known color: Fuchsia. HEX triplet: D1, 37 and C7. RGB value is (209,55,199). Sum of RGB (Red+Green+Blue) = 209+55+199=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D137C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137C7 is #2EC838. Grayscale: #757575. Windows color (decimal): -3065913 or 13055953. OLE color: 13055953.
HSL color Cylindrical-coordinate representation of color #D137C7: hue angle of 303.9º 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 #D137C7 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 199 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.18 |
| HSL | 303.9º | 0.63% | 0.52% | - |
| HSV(B) | 303.9º | 0.74% | 0.82% | - |
| XYZ | 37.97 | 20.41 | 55.97 | - |
| YUV | 117.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 199 | 0 | 0.74 | 0.05 | 0.18 | 303.9 | 0.63 | 0.52 |
| Hex | D1 | 37 | C7 | 0 | 4A | 5 | 12 | 130 | 3F | 34 |
| Octal | 321 | 67 | 307 | 0 | 112 | 5 | 22 | 460 | 77 | 64 |
| Binary | 11010001 | 110111 | 11000111 | 0 | 1001010 | 101 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D137C7
Complementary color
Monochromatic Colors of #D137C7
Black with #D137C7
Text Example
Text Example
White with #D137C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137C7; }
p { color: rgb(209,55,199); }
H1.HeaderClassName
{
color: #D137C7;
}
.AnyTagClassName
{
color: #D137C7;
}
</style>
background-color css
<style>
a { background-color: #D137C7; }
a { background-color: rgb(209,55,199); }
div.DivClassName
{
background-color: #D137C7;
}
.BgClassName
{
background-color: #D137C7;
}
</style>
border-color css
<style>
span { border-color: #D137C7; }
span { border-color: rgb(209,55,199); }
td.TdClassName
{
border-color: #D137C7;
}
.TagClassName
{
border-color: #D137C7;
}
</style>