Shades of Fuchsia #D143CB
Tints of Fuchsia #D143CB
RGB
CMYK
RGB Variations
Color information
#D143CB (or 0xD143CB) is known color: Fuchsia. HEX triplet: D1, 43 and CB. RGB value is (209,67,203). Sum of RGB (Red+Green+Blue) = 209+67+203=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CB is #2EBC34. Grayscale: #7C7C7C. Windows color (decimal): -3062837 or 13321169. OLE color: 13321169.
HSL color Cylindrical-coordinate representation of color #D143CB: hue angle of 302.54º 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 #D143CB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 203 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.18 |
| HSL | 302.54º | 0.61% | 0.54% | - |
| HSV(B) | 302.54º | 0.68% | 0.82% | - |
| XYZ | 39.08 | 21.88 | 58.66 | - |
| YUV | 124.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 203 | 0 | 0.68 | 0.03 | 0.18 | 302.54 | 0.61 | 0.54 |
| Hex | D1 | 43 | CB | 0 | 44 | 3 | 12 | 12F | 3D | 36 |
| Octal | 321 | 103 | 313 | 0 | 104 | 3 | 22 | 457 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001011 | 0 | 1000100 | 11 | 10010 | 100101111 | 111101 | 110110 |
Color Harmonies of #D143CB
Complementary color
Monochromatic Colors of #D143CB
Black with #D143CB
Text Example
Text Example
White with #D143CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143CB; }
p { color: rgb(209,67,203); }
H1.HeaderClassName
{
color: #D143CB;
}
.AnyTagClassName
{
color: #D143CB;
}
</style>
background-color css
<style>
a { background-color: #D143CB; }
a { background-color: rgb(209,67,203); }
div.DivClassName
{
background-color: #D143CB;
}
.BgClassName
{
background-color: #D143CB;
}
</style>
border-color css
<style>
span { border-color: #D143CB; }
span { border-color: rgb(209,67,203); }
td.TdClassName
{
border-color: #D143CB;
}
.TagClassName
{
border-color: #D143CB;
}
</style>