Shades of Fuchsia #D144CD
Tints of Fuchsia #D144CD
RGB
CMYK
RGB Variations
Color information
#D144CD (or 0xD144CD) is known color: Fuchsia. HEX triplet: D1, 44 and CD. RGB value is (209,68,205). Sum of RGB (Red+Green+Blue) = 209+68+205=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D144CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144CD is #2EBB32. Grayscale: #7D7D7D. Windows color (decimal): -3062579 or 13452497. OLE color: 13452497.
HSL color Cylindrical-coordinate representation of color #D144CD: hue angle of 301.7º 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 #D144CD is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 205 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.18 |
| HSL | 301.7º | 0.61% | 0.54% | - |
| HSV(B) | 301.7º | 0.67% | 0.82% | - |
| XYZ | 39.38 | 22.1 | 59.95 | - |
| YUV | 125.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 205 | 0 | 0.67 | 0.02 | 0.18 | 301.7 | 0.61 | 0.54 |
| Hex | D1 | 44 | CD | 0 | 43 | 2 | 12 | 12E | 3D | 36 |
| Octal | 321 | 104 | 315 | 0 | 103 | 2 | 22 | 456 | 75 | 66 |
| Binary | 11010001 | 1000100 | 11001101 | 0 | 1000011 | 10 | 10010 | 100101110 | 111101 | 110110 |
Color Harmonies of #D144CD
Complementary color
Monochromatic Colors of #D144CD
Black with #D144CD
Text Example
Text Example
White with #D144CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144CD; }
p { color: rgb(209,68,205); }
H1.HeaderClassName
{
color: #D144CD;
}
.AnyTagClassName
{
color: #D144CD;
}
</style>
background-color css
<style>
a { background-color: #D144CD; }
a { background-color: rgb(209,68,205); }
div.DivClassName
{
background-color: #D144CD;
}
.BgClassName
{
background-color: #D144CD;
}
</style>
border-color css
<style>
span { border-color: #D144CD; }
span { border-color: rgb(209,68,205); }
td.TdClassName
{
border-color: #D144CD;
}
.TagClassName
{
border-color: #D144CD;
}
</style>