Shades of Fuchsia #D144B5
Tints of Fuchsia #D144B5
RGB
CMYK
RGB Variations
Color information
#D144B5 (or 0xD144B5) is known color: Fuchsia. HEX triplet: D1, 44 and B5. RGB value is (209,68,181). Sum of RGB (Red+Green+Blue) = 209+68+181=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D144B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144B5 is #2EBB4A. Grayscale: #7A7A7A. Windows color (decimal): -3062603 or 11879633. OLE color: 11879633.
HSL color Cylindrical-coordinate representation of color #D144B5: hue angle of 311.91º 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 #D144B5 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 181 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.18 |
| HSL | 311.91º | 0.61% | 0.54% | - |
| HSV(B) | 311.91º | 0.67% | 0.82% | - |
| XYZ | 36.7 | 21.03 | 45.84 | - |
| YUV | 123.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 181 | 0 | 0.67 | 0.13 | 0.18 | 311.91 | 0.61 | 0.54 |
| Hex | D1 | 44 | B5 | 0 | 43 | D | 12 | 138 | 3D | 36 |
| Octal | 321 | 104 | 265 | 0 | 103 | 15 | 22 | 470 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10110101 | 0 | 1000011 | 1101 | 10010 | 100111000 | 111101 | 110110 |
Color Harmonies of #D144B5
Complementary color
Monochromatic Colors of #D144B5
Black with #D144B5
Text Example
Text Example
White with #D144B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144B5; }
p { color: rgb(209,68,181); }
H1.HeaderClassName
{
color: #D144B5;
}
.AnyTagClassName
{
color: #D144B5;
}
</style>
background-color css
<style>
a { background-color: #D144B5; }
a { background-color: rgb(209,68,181); }
div.DivClassName
{
background-color: #D144B5;
}
.BgClassName
{
background-color: #D144B5;
}
</style>
border-color css
<style>
span { border-color: #D144B5; }
span { border-color: rgb(209,68,181); }
td.TdClassName
{
border-color: #D144B5;
}
.TagClassName
{
border-color: #D144B5;
}
</style>