Shades of Fuchsia #D137C1
Tints of Fuchsia #D137C1
RGB
CMYK
RGB Variations
Color information
#D137C1 (or 0xD137C1) is known color: Fuchsia. HEX triplet: D1, 37 and C1. RGB value is (209,55,193). Sum of RGB (Red+Green+Blue) = 209+55+193=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D137C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137C1 is #2EC83E. Grayscale: #747474. Windows color (decimal): -3065919 or 12662737. OLE color: 12662737.
HSL color Cylindrical-coordinate representation of color #D137C1: hue angle of 306.23º 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 #D137C1 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 193 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.18 |
| HSL | 306.23º | 0.63% | 0.52% | - |
| HSV(B) | 306.23º | 0.74% | 0.82% | - |
| XYZ | 37.29 | 20.14 | 52.37 | - |
| YUV | 116.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 193 | 0 | 0.74 | 0.08 | 0.18 | 306.23 | 0.63 | 0.52 |
| Hex | D1 | 37 | C1 | 0 | 4A | 8 | 12 | 132 | 3F | 34 |
| Octal | 321 | 67 | 301 | 0 | 112 | 10 | 22 | 462 | 77 | 64 |
| Binary | 11010001 | 110111 | 11000001 | 0 | 1001010 | 1000 | 10010 | 100110010 | 111111 | 110100 |
Color Harmonies of #D137C1
Complementary color
Monochromatic Colors of #D137C1
Black with #D137C1
Text Example
Text Example
White with #D137C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137C1; }
p { color: rgb(209,55,193); }
H1.HeaderClassName
{
color: #D137C1;
}
.AnyTagClassName
{
color: #D137C1;
}
</style>
background-color css
<style>
a { background-color: #D137C1; }
a { background-color: rgb(209,55,193); }
div.DivClassName
{
background-color: #D137C1;
}
.BgClassName
{
background-color: #D137C1;
}
</style>
border-color css
<style>
span { border-color: #D137C1; }
span { border-color: rgb(209,55,193); }
td.TdClassName
{
border-color: #D137C1;
}
.TagClassName
{
border-color: #D137C1;
}
</style>