Shades of Fuchsia #D142C6
Tints of Fuchsia #D142C6
RGB
CMYK
RGB Variations
Color information
#D142C6 (or 0xD142C6) is known color: Fuchsia. HEX triplet: D1, 42 and C6. RGB value is (209,66,198). Sum of RGB (Red+Green+Blue) = 209+66+198=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D142C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142C6 is #2EBD39. Grayscale: #7B7B7B. Windows color (decimal): -3063098 or 12993233. OLE color: 12993233.
HSL color Cylindrical-coordinate representation of color #D142C6: hue angle of 304.62º 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 #D142C6 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 198 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.18 |
| HSL | 304.62º | 0.61% | 0.54% | - |
| HSV(B) | 304.62º | 0.68% | 0.82% | - |
| XYZ | 38.44 | 21.53 | 55.56 | - |
| YUV | 123.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 198 | 0 | 0.68 | 0.05 | 0.18 | 304.62 | 0.61 | 0.54 |
| Hex | D1 | 42 | C6 | 0 | 44 | 5 | 12 | 131 | 3D | 36 |
| Octal | 321 | 102 | 306 | 0 | 104 | 5 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000010 | 11000110 | 0 | 1000100 | 101 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D142C6
Complementary color
Monochromatic Colors of #D142C6
Black with #D142C6
Text Example
Text Example
White with #D142C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142C6; }
p { color: rgb(209,66,198); }
H1.HeaderClassName
{
color: #D142C6;
}
.AnyTagClassName
{
color: #D142C6;
}
</style>
background-color css
<style>
a { background-color: #D142C6; }
a { background-color: rgb(209,66,198); }
div.DivClassName
{
background-color: #D142C6;
}
.BgClassName
{
background-color: #D142C6;
}
</style>
border-color css
<style>
span { border-color: #D142C6; }
span { border-color: rgb(209,66,198); }
td.TdClassName
{
border-color: #D142C6;
}
.TagClassName
{
border-color: #D142C6;
}
</style>