Shades of Fuchsia #D143CC
Tints of Fuchsia #D143CC
RGB
CMYK
RGB Variations
Color information
#D143CC (or 0xD143CC) is known color: Fuchsia. HEX triplet: D1, 43 and CC. RGB value is (209,67,204). Sum of RGB (Red+Green+Blue) = 209+67+204=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CC is #2EBC33. Grayscale: #7C7C7C. Windows color (decimal): -3062836 or 13386705. OLE color: 13386705.
HSL color Cylindrical-coordinate representation of color #D143CC: hue angle of 302.11º 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 #D143CC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 204 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.18 |
| HSL | 302.11º | 0.61% | 0.54% | - |
| HSV(B) | 302.11º | 0.68% | 0.82% | - |
| XYZ | 39.2 | 21.93 | 59.29 | - |
| YUV | 125.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 204 | 0 | 0.68 | 0.02 | 0.18 | 302.11 | 0.61 | 0.54 |
| Hex | D1 | 43 | CC | 0 | 44 | 2 | 12 | 12E | 3D | 36 |
| Octal | 321 | 103 | 314 | 0 | 104 | 2 | 22 | 456 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001100 | 0 | 1000100 | 10 | 10010 | 100101110 | 111101 | 110110 |
Color Harmonies of #D143CC
Complementary color
Monochromatic Colors of #D143CC
Black with #D143CC
Text Example
Text Example
White with #D143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143CC; }
p { color: rgb(209,67,204); }
H1.HeaderClassName
{
color: #D143CC;
}
.AnyTagClassName
{
color: #D143CC;
}
</style>
background-color css
<style>
a { background-color: #D143CC; }
a { background-color: rgb(209,67,204); }
div.DivClassName
{
background-color: #D143CC;
}
.BgClassName
{
background-color: #D143CC;
}
</style>
border-color css
<style>
span { border-color: #D143CC; }
span { border-color: rgb(209,67,204); }
td.TdClassName
{
border-color: #D143CC;
}
.TagClassName
{
border-color: #D143CC;
}
</style>