Shades of Fuchsia #D142C8
Tints of Fuchsia #D142C8
RGB
CMYK
RGB Variations
Color information
#D142C8 (or 0xD142C8) is known color: Fuchsia. HEX triplet: D1, 42 and C8. RGB value is (209,66,200). Sum of RGB (Red+Green+Blue) = 209+66+200=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D142C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142C8 is #2EBD37. Grayscale: #7B7B7B. Windows color (decimal): -3063096 or 13124305. OLE color: 13124305.
HSL color Cylindrical-coordinate representation of color #D142C8: hue angle of 303.78º 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 #D142C8 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 200 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.18 |
| HSL | 303.78º | 0.61% | 0.54% | - |
| HSV(B) | 303.78º | 0.68% | 0.82% | - |
| XYZ | 38.67 | 21.62 | 56.78 | - |
| YUV | 124.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 200 | 0 | 0.68 | 0.04 | 0.18 | 303.78 | 0.61 | 0.54 |
| Hex | D1 | 42 | C8 | 0 | 44 | 4 | 12 | 130 | 3D | 36 |
| Octal | 321 | 102 | 310 | 0 | 104 | 4 | 22 | 460 | 75 | 66 |
| Binary | 11010001 | 1000010 | 11001000 | 0 | 1000100 | 100 | 10010 | 100110000 | 111101 | 110110 |
Color Harmonies of #D142C8
Complementary color
Monochromatic Colors of #D142C8
Black with #D142C8
Text Example
Text Example
White with #D142C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142C8; }
p { color: rgb(209,66,200); }
H1.HeaderClassName
{
color: #D142C8;
}
.AnyTagClassName
{
color: #D142C8;
}
</style>
background-color css
<style>
a { background-color: #D142C8; }
a { background-color: rgb(209,66,200); }
div.DivClassName
{
background-color: #D142C8;
}
.BgClassName
{
background-color: #D142C8;
}
</style>
border-color css
<style>
span { border-color: #D142C8; }
span { border-color: rgb(209,66,200); }
td.TdClassName
{
border-color: #D142C8;
}
.TagClassName
{
border-color: #D142C8;
}
</style>