Shades of Fuchsia #D147CC
Tints of Fuchsia #D147CC
RGB
CMYK
RGB Variations
Color information
#D147CC (or 0xD147CC) is known color: Fuchsia. HEX triplet: D1, 47 and CC. RGB value is (209,71,204). Sum of RGB (Red+Green+Blue) = 209+71+204=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D147CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147CC is #2EB833. Grayscale: #7F7F7F. Windows color (decimal): -3061812 or 13387729. OLE color: 13387729.
HSL color Cylindrical-coordinate representation of color #D147CC: hue angle of 302.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D147CC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 204 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.18 |
| HSL | 302.17º | 0.6% | 0.55% | - |
| HSV(B) | 302.17º | 0.66% | 0.82% | - |
| XYZ | 39.45 | 22.42 | 59.38 | - |
| YUV | 127.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 204 | 0 | 0.66 | 0.02 | 0.18 | 302.17 | 0.6 | 0.55 |
| Hex | D1 | 47 | CC | 0 | 42 | 2 | 12 | 12E | 3C | 37 |
| Octal | 321 | 107 | 314 | 0 | 102 | 2 | 22 | 456 | 74 | 67 |
| Binary | 11010001 | 1000111 | 11001100 | 0 | 1000010 | 10 | 10010 | 100101110 | 111100 | 110111 |
Color Harmonies of #D147CC
Complementary color
Monochromatic Colors of #D147CC
Black with #D147CC
Text Example
Text Example
White with #D147CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147CC; }
p { color: rgb(209,71,204); }
H1.HeaderClassName
{
color: #D147CC;
}
.AnyTagClassName
{
color: #D147CC;
}
</style>
background-color css
<style>
a { background-color: #D147CC; }
a { background-color: rgb(209,71,204); }
div.DivClassName
{
background-color: #D147CC;
}
.BgClassName
{
background-color: #D147CC;
}
</style>
border-color css
<style>
span { border-color: #D147CC; }
span { border-color: rgb(209,71,204); }
td.TdClassName
{
border-color: #D147CC;
}
.TagClassName
{
border-color: #D147CC;
}
</style>