Shades of Fuchsia #D141CB
Tints of Fuchsia #D141CB
RGB
CMYK
RGB Variations
Color information
#D141CB (or 0xD141CB) is known color: Fuchsia. HEX triplet: D1, 41 and CB. RGB value is (209,65,203). Sum of RGB (Red+Green+Blue) = 209+65+203=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CB is #2EBE34. Grayscale: #7B7B7B. Windows color (decimal): -3063349 or 13320657. OLE color: 13320657.
HSL color Cylindrical-coordinate representation of color #D141CB: hue angle of 302.5º 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 #D141CB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 203 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.18 |
| HSL | 302.5º | 0.61% | 0.54% | - |
| HSV(B) | 302.5º | 0.69% | 0.82% | - |
| XYZ | 38.96 | 21.65 | 58.62 | - |
| YUV | 123.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 203 | 0 | 0.69 | 0.03 | 0.18 | 302.5 | 0.61 | 0.54 |
| Hex | D1 | 41 | CB | 0 | 45 | 3 | 12 | 12E | 3D | 36 |
| Octal | 321 | 101 | 313 | 0 | 105 | 3 | 22 | 456 | 75 | 66 |
| Binary | 11010001 | 1000001 | 11001011 | 0 | 1000101 | 11 | 10010 | 100101110 | 111101 | 110110 |
Color Harmonies of #D141CB
Complementary color
Monochromatic Colors of #D141CB
Black with #D141CB
Text Example
Text Example
White with #D141CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141CB; }
p { color: rgb(209,65,203); }
H1.HeaderClassName
{
color: #D141CB;
}
.AnyTagClassName
{
color: #D141CB;
}
</style>
background-color css
<style>
a { background-color: #D141CB; }
a { background-color: rgb(209,65,203); }
div.DivClassName
{
background-color: #D141CB;
}
.BgClassName
{
background-color: #D141CB;
}
</style>
border-color css
<style>
span { border-color: #D141CB; }
span { border-color: rgb(209,65,203); }
td.TdClassName
{
border-color: #D141CB;
}
.TagClassName
{
border-color: #D141CB;
}
</style>