Shades of Fuchsia #D144C1
Tints of Fuchsia #D144C1
RGB
CMYK
RGB Variations
Color information
#D144C1 (or 0xD144C1) is known color: Fuchsia. HEX triplet: D1, 44 and C1. RGB value is (209,68,193). Sum of RGB (Red+Green+Blue) = 209+68+193=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D144C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144C1 is #2EBB3E. Grayscale: #7C7C7C. Windows color (decimal): -3062591 or 12666065. OLE color: 12666065.
HSL color Cylindrical-coordinate representation of color #D144C1: hue angle of 306.81º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D144C1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 193 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.18 |
| HSL | 306.81º | 0.61% | 0.54% | - |
| HSV(B) | 306.81º | 0.67% | 0.82% | - |
| XYZ | 37.99 | 21.54 | 52.61 | - |
| YUV | 124.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 193 | 0 | 0.67 | 0.08 | 0.18 | 306.81 | 0.61 | 0.54 |
| Hex | D1 | 44 | C1 | 0 | 43 | 8 | 12 | 133 | 3D | 36 |
| Octal | 321 | 104 | 301 | 0 | 103 | 10 | 22 | 463 | 75 | 66 |
| Binary | 11010001 | 1000100 | 11000001 | 0 | 1000011 | 1000 | 10010 | 100110011 | 111101 | 110110 |
Color Harmonies of #D144C1
Complementary color
Monochromatic Colors of #D144C1
Black with #D144C1
Text Example
Text Example
White with #D144C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144C1; }
p { color: rgb(209,68,193); }
H1.HeaderClassName
{
color: #D144C1;
}
.AnyTagClassName
{
color: #D144C1;
}
</style>
background-color css
<style>
a { background-color: #D144C1; }
a { background-color: rgb(209,68,193); }
div.DivClassName
{
background-color: #D144C1;
}
.BgClassName
{
background-color: #D144C1;
}
</style>
border-color css
<style>
span { border-color: #D144C1; }
span { border-color: rgb(209,68,193); }
td.TdClassName
{
border-color: #D144C1;
}
.TagClassName
{
border-color: #D144C1;
}
</style>