Shades of Fuchsia #D137C0
Tints of Fuchsia #D137C0
RGB
CMYK
RGB Variations
Color information
#D137C0 (or 0xD137C0) is known color: Fuchsia. HEX triplet: D1, 37 and C0. RGB value is (209,55,192). Sum of RGB (Red+Green+Blue) = 209+55+192=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D137C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137C0 is #2EC83F. Grayscale: #747474. Windows color (decimal): -3065920 or 12597201. OLE color: 12597201.
HSL color Cylindrical-coordinate representation of color #D137C0: hue angle of 306.62º 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 #D137C0 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 192 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.18 |
| HSL | 306.62º | 0.63% | 0.52% | - |
| HSV(B) | 306.62º | 0.74% | 0.82% | - |
| XYZ | 37.18 | 20.09 | 51.79 | - |
| YUV | 116.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 192 | 0 | 0.74 | 0.08 | 0.18 | 306.62 | 0.63 | 0.52 |
| Hex | D1 | 37 | C0 | 0 | 4A | 8 | 12 | 133 | 3F | 34 |
| Octal | 321 | 67 | 300 | 0 | 112 | 10 | 22 | 463 | 77 | 64 |
| Binary | 11010001 | 110111 | 11000000 | 0 | 1001010 | 1000 | 10010 | 100110011 | 111111 | 110100 |
Color Harmonies of #D137C0
Complementary color
Monochromatic Colors of #D137C0
Black with #D137C0
Text Example
Text Example
White with #D137C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137C0; }
p { color: rgb(209,55,192); }
H1.HeaderClassName
{
color: #D137C0;
}
.AnyTagClassName
{
color: #D137C0;
}
</style>
background-color css
<style>
a { background-color: #D137C0; }
a { background-color: rgb(209,55,192); }
div.DivClassName
{
background-color: #D137C0;
}
.BgClassName
{
background-color: #D137C0;
}
</style>
border-color css
<style>
span { border-color: #D137C0; }
span { border-color: rgb(209,55,192); }
td.TdClassName
{
border-color: #D137C0;
}
.TagClassName
{
border-color: #D137C0;
}
</style>