Shades of Fuchsia #D144C3
Tints of Fuchsia #D144C3
RGB
CMYK
RGB Variations
Color information
#D144C3 (or 0xD144C3) is known color: Fuchsia. HEX triplet: D1, 44 and C3. RGB value is (209,68,195). Sum of RGB (Red+Green+Blue) = 209+68+195=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D144C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144C3 is #2EBB3C. Grayscale: #7C7C7C. Windows color (decimal): -3062589 or 12797137. OLE color: 12797137.
HSL color Cylindrical-coordinate representation of color #D144C3: hue angle of 305.96º 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 #D144C3 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 195 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.18 |
| HSL | 305.96º | 0.61% | 0.54% | - |
| HSV(B) | 305.96º | 0.67% | 0.82% | - |
| XYZ | 38.21 | 21.63 | 53.79 | - |
| YUV | 124.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 195 | 0 | 0.67 | 0.07 | 0.18 | 305.96 | 0.61 | 0.54 |
| Hex | D1 | 44 | C3 | 0 | 43 | 7 | 12 | 132 | 3D | 36 |
| Octal | 321 | 104 | 303 | 0 | 103 | 7 | 22 | 462 | 75 | 66 |
| Binary | 11010001 | 1000100 | 11000011 | 0 | 1000011 | 111 | 10010 | 100110010 | 111101 | 110110 |
Color Harmonies of #D144C3
Complementary color
Monochromatic Colors of #D144C3
Black with #D144C3
Text Example
Text Example
White with #D144C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144C3; }
p { color: rgb(209,68,195); }
H1.HeaderClassName
{
color: #D144C3;
}
.AnyTagClassName
{
color: #D144C3;
}
</style>
background-color css
<style>
a { background-color: #D144C3; }
a { background-color: rgb(209,68,195); }
div.DivClassName
{
background-color: #D144C3;
}
.BgClassName
{
background-color: #D144C3;
}
</style>
border-color css
<style>
span { border-color: #D144C3; }
span { border-color: rgb(209,68,195); }
td.TdClassName
{
border-color: #D144C3;
}
.TagClassName
{
border-color: #D144C3;
}
</style>