Shades of Fuchsia #D142C5
Tints of Fuchsia #D142C5
RGB
CMYK
RGB Variations
Color information
#D142C5 (or 0xD142C5) is known color: Fuchsia. HEX triplet: D1, 42 and C5. RGB value is (209,66,197). Sum of RGB (Red+Green+Blue) = 209+66+197=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D142C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142C5 is #2EBD3A. Grayscale: #7B7B7B. Windows color (decimal): -3063099 or 12927697. OLE color: 12927697.
HSL color Cylindrical-coordinate representation of color #D142C5: hue angle of 305.03º 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 #D142C5 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 197 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.18 |
| HSL | 305.04º | 0.61% | 0.54% | - |
| HSV(B) | 305.04º | 0.68% | 0.82% | - |
| XYZ | 38.32 | 21.48 | 54.95 | - |
| YUV | 123.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 197 | 0 | 0.68 | 0.06 | 0.18 | 305.04 | 0.61 | 0.54 |
| Hex | D1 | 42 | C5 | 0 | 44 | 6 | 12 | 131 | 3D | 36 |
| Octal | 321 | 102 | 305 | 0 | 104 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000010 | 11000101 | 0 | 1000100 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D142C5
Complementary color
Monochromatic Colors of #D142C5
Black with #D142C5
Text Example
Text Example
White with #D142C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142C5; }
p { color: rgb(209,66,197); }
H1.HeaderClassName
{
color: #D142C5;
}
.AnyTagClassName
{
color: #D142C5;
}
</style>
background-color css
<style>
a { background-color: #D142C5; }
a { background-color: rgb(209,66,197); }
div.DivClassName
{
background-color: #D142C5;
}
.BgClassName
{
background-color: #D142C5;
}
</style>
border-color css
<style>
span { border-color: #D142C5; }
span { border-color: rgb(209,66,197); }
td.TdClassName
{
border-color: #D142C5;
}
.TagClassName
{
border-color: #D142C5;
}
</style>