Shades of Fuchsia #D140CB
Tints of Fuchsia #D140CB
RGB
CMYK
RGB Variations
Color information
#D140CB (or 0xD140CB) is known color: Fuchsia. HEX triplet: D1, 40 and CB. RGB value is (209,64,203). Sum of RGB (Red+Green+Blue) = 209+64+203=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D140CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140CB is #2EBF34. Grayscale: #7A7A7A. Windows color (decimal): -3063605 or 13320401. OLE color: 13320401.
HSL color Cylindrical-coordinate representation of color #D140CB: hue angle of 302.48º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140CB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 203 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.18 |
| HSL | 302.48º | 0.61% | 0.54% | - |
| HSV(B) | 302.48º | 0.69% | 0.82% | - |
| XYZ | 38.91 | 21.53 | 58.61 | - |
| YUV | 123.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 203 | 0 | 0.69 | 0.03 | 0.18 | 302.48 | 0.61 | 0.54 |
| Hex | D1 | 40 | CB | 0 | 45 | 3 | 12 | 12E | 3D | 36 |
| Octal | 321 | 100 | 313 | 0 | 105 | 3 | 22 | 456 | 75 | 66 |
| Binary | 11010001 | 1000000 | 11001011 | 0 | 1000101 | 11 | 10010 | 100101110 | 111101 | 110110 |
Color Harmonies of #D140CB
Complementary color
Monochromatic Colors of #D140CB
Black with #D140CB
Text Example
Text Example
White with #D140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140CB; }
p { color: rgb(209,64,203); }
H1.HeaderClassName
{
color: #D140CB;
}
.AnyTagClassName
{
color: #D140CB;
}
</style>
background-color css
<style>
a { background-color: #D140CB; }
a { background-color: rgb(209,64,203); }
div.DivClassName
{
background-color: #D140CB;
}
.BgClassName
{
background-color: #D140CB;
}
</style>
border-color css
<style>
span { border-color: #D140CB; }
span { border-color: rgb(209,64,203); }
td.TdClassName
{
border-color: #D140CB;
}
.TagClassName
{
border-color: #D140CB;
}
</style>