Shades of Fuchsia #D137CF
Tints of Fuchsia #D137CF
RGB
CMYK
RGB Variations
Color information
#D137CF (or 0xD137CF) is known color: Fuchsia. HEX triplet: D1, 37 and CF. RGB value is (209,55,207). Sum of RGB (Red+Green+Blue) = 209+55+207=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D137CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137CF is #2EC830. Grayscale: #757575. Windows color (decimal): -3065905 or 13580241. OLE color: 13580241.
HSL color Cylindrical-coordinate representation of color #D137CF: hue angle of 300.78º 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 #D137CF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 207 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.18 |
| HSL | 300.78º | 0.63% | 0.52% | - |
| HSV(B) | 300.78º | 0.74% | 0.82% | - |
| XYZ | 38.92 | 20.79 | 60.99 | - |
| YUV | 118.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 207 | 0 | 0.74 | 0.01 | 0.18 | 300.78 | 0.63 | 0.52 |
| Hex | D1 | 37 | CF | 0 | 4A | 1 | 12 | 12D | 3F | 34 |
| Octal | 321 | 67 | 317 | 0 | 112 | 1 | 22 | 455 | 77 | 64 |
| Binary | 11010001 | 110111 | 11001111 | 0 | 1001010 | 1 | 10010 | 100101101 | 111111 | 110100 |
Color Harmonies of #D137CF
Complementary color
Monochromatic Colors of #D137CF
Black with #D137CF
Text Example
Text Example
White with #D137CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137CF; }
p { color: rgb(209,55,207); }
H1.HeaderClassName
{
color: #D137CF;
}
.AnyTagClassName
{
color: #D137CF;
}
</style>
background-color css
<style>
a { background-color: #D137CF; }
a { background-color: rgb(209,55,207); }
div.DivClassName
{
background-color: #D137CF;
}
.BgClassName
{
background-color: #D137CF;
}
</style>
border-color css
<style>
span { border-color: #D137CF; }
span { border-color: rgb(209,55,207); }
td.TdClassName
{
border-color: #D137CF;
}
.TagClassName
{
border-color: #D137CF;
}
</style>