Shades of Fuchsia #D144D0
Tints of Fuchsia #D144D0
RGB
CMYK
RGB Variations
Color information
#D144D0 (or 0xD144D0) is known color: Fuchsia. HEX triplet: D1, 44 and D0. RGB value is (209,68,208). Sum of RGB (Red+Green+Blue) = 209+68+208=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D144D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144D0 is #2EBB2F. Grayscale: #7D7D7D. Windows color (decimal): -3062576 or 13649105. OLE color: 13649105.
HSL color Cylindrical-coordinate representation of color #D144D0: hue angle of 300.43º 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 #D144D0 is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 208 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.18 |
| HSL | 300.43º | 0.61% | 0.54% | - |
| HSV(B) | 300.43º | 0.67% | 0.82% | - |
| XYZ | 39.75 | 22.24 | 61.87 | - |
| YUV | 126.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 208 | 0 | 0.67 | 0.00 | 0.18 | 300.43 | 0.61 | 0.54 |
| Hex | D1 | 44 | D0 | 0 | 43 | 0 | 12 | 12C | 3D | 36 |
| Octal | 321 | 104 | 320 | 0 | 103 | 0 | 22 | 454 | 75 | 66 |
| Binary | 11010001 | 1000100 | 11010000 | 0 | 1000011 | 0 | 10010 | 100101100 | 111101 | 110110 |
Color Harmonies of #D144D0
Complementary color
Monochromatic Colors of #D144D0
Black with #D144D0
Text Example
Text Example
White with #D144D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144D0; }
p { color: rgb(209,68,208); }
H1.HeaderClassName
{
color: #D144D0;
}
.AnyTagClassName
{
color: #D144D0;
}
</style>
background-color css
<style>
a { background-color: #D144D0; }
a { background-color: rgb(209,68,208); }
div.DivClassName
{
background-color: #D144D0;
}
.BgClassName
{
background-color: #D144D0;
}
</style>
border-color css
<style>
span { border-color: #D144D0; }
span { border-color: rgb(209,68,208); }
td.TdClassName
{
border-color: #D144D0;
}
.TagClassName
{
border-color: #D144D0;
}
</style>