Shades of Fuchsia #D142BC
Tints of Fuchsia #D142BC
RGB
CMYK
RGB Variations
Color information
#D142BC (or 0xD142BC) is known color: Fuchsia. HEX triplet: D1, 42 and BC. RGB value is (209,66,188). Sum of RGB (Red+Green+Blue) = 209+66+188=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D142BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142BC is #2EBD43. Grayscale: #7A7A7A. Windows color (decimal): -3063108 or 12337873. OLE color: 12337873.
HSL color Cylindrical-coordinate representation of color #D142BC: hue angle of 308.81º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D142BC is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 188 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 308.81º | 0.61% | 0.54% | - |
| HSV(B) | 308.81º | 0.68% | 0.82% | - |
| XYZ | 37.32 | 21.08 | 49.68 | - |
| YUV | 122.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 188 | 0 | 0.68 | 0.10 | 0.18 | 308.81 | 0.61 | 0.54 |
| Hex | D1 | 42 | BC | 0 | 44 | A | 12 | 135 | 3D | 36 |
| Octal | 321 | 102 | 274 | 0 | 104 | 12 | 22 | 465 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10111100 | 0 | 1000100 | 1010 | 10010 | 100110101 | 111101 | 110110 |
Color Harmonies of #D142BC
Complementary color
Monochromatic Colors of #D142BC
Black with #D142BC
Text Example
Text Example
White with #D142BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142BC; }
p { color: rgb(209,66,188); }
H1.HeaderClassName
{
color: #D142BC;
}
.AnyTagClassName
{
color: #D142BC;
}
</style>
background-color css
<style>
a { background-color: #D142BC; }
a { background-color: rgb(209,66,188); }
div.DivClassName
{
background-color: #D142BC;
}
.BgClassName
{
background-color: #D142BC;
}
</style>
border-color css
<style>
span { border-color: #D142BC; }
span { border-color: rgb(209,66,188); }
td.TdClassName
{
border-color: #D142BC;
}
.TagClassName
{
border-color: #D142BC;
}
</style>