Shades of Fuchsia #D137CB
Tints of Fuchsia #D137CB
RGB
CMYK
RGB Variations
Color information
#D137CB (or 0xD137CB) is known color: Fuchsia. HEX triplet: D1, 37 and CB. RGB value is (209,55,203). Sum of RGB (Red+Green+Blue) = 209+55+203=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D137CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137CB is #2EC834. Grayscale: #757575. Windows color (decimal): -3065909 or 13318097. OLE color: 13318097.
HSL color Cylindrical-coordinate representation of color #D137CB: hue angle of 302.34º 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 #D137CB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 203 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.18 |
| HSL | 302.34º | 0.63% | 0.52% | - |
| HSV(B) | 302.34º | 0.74% | 0.82% | - |
| XYZ | 38.44 | 20.6 | 58.45 | - |
| YUV | 117.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 203 | 0 | 0.74 | 0.03 | 0.18 | 302.34 | 0.63 | 0.52 |
| Hex | D1 | 37 | CB | 0 | 4A | 3 | 12 | 12E | 3F | 34 |
| Octal | 321 | 67 | 313 | 0 | 112 | 3 | 22 | 456 | 77 | 64 |
| Binary | 11010001 | 110111 | 11001011 | 0 | 1001010 | 11 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D137CB
Complementary color
Monochromatic Colors of #D137CB
Black with #D137CB
Text Example
Text Example
White with #D137CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D137CB; }
p { color: rgb(209,55,203); }
H1.HeaderClassName
{
color: #D137CB;
}
.AnyTagClassName
{
color: #D137CB;
}
</style>
background-color css
<style>
a { background-color: #D137CB; }
a { background-color: rgb(209,55,203); }
div.DivClassName
{
background-color: #D137CB;
}
.BgClassName
{
background-color: #D137CB;
}
</style>
border-color css
<style>
span { border-color: #D137CB; }
span { border-color: rgb(209,55,203); }
td.TdClassName
{
border-color: #D137CB;
}
.TagClassName
{
border-color: #D137CB;
}
</style>