Shades of Fuchsia #D148CC
Tints of Fuchsia #D148CC
RGB
CMYK
RGB Variations
Color information
#D148CC (or 0xD148CC) is known color: Fuchsia. HEX triplet: D1, 48 and CC. RGB value is (209,72,204). Sum of RGB (Red+Green+Blue) = 209+72+204=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CC is #2EB733. Grayscale: #7F7F7F. Windows color (decimal): -3061556 or 13387985. OLE color: 13387985.
HSL color Cylindrical-coordinate representation of color #D148CC: hue angle of 302.19º 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 #D148CC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 204 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.18 |
| HSL | 302.19º | 0.6% | 0.55% | - |
| HSV(B) | 302.19º | 0.66% | 0.82% | - |
| XYZ | 39.51 | 22.55 | 59.4 | - |
| YUV | 128.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 204 | 0 | 0.66 | 0.02 | 0.18 | 302.19 | 0.6 | 0.55 |
| Hex | D1 | 48 | CC | 0 | 42 | 2 | 12 | 12E | 3C | 37 |
| Octal | 321 | 110 | 314 | 0 | 102 | 2 | 22 | 456 | 74 | 67 |
| Binary | 11010001 | 1001000 | 11001100 | 0 | 1000010 | 10 | 10010 | 100101110 | 111100 | 110111 |
Color Harmonies of #D148CC
Complementary color
Monochromatic Colors of #D148CC
Black with #D148CC
Text Example
Text Example
White with #D148CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148CC; }
p { color: rgb(209,72,204); }
H1.HeaderClassName
{
color: #D148CC;
}
.AnyTagClassName
{
color: #D148CC;
}
</style>
background-color css
<style>
a { background-color: #D148CC; }
a { background-color: rgb(209,72,204); }
div.DivClassName
{
background-color: #D148CC;
}
.BgClassName
{
background-color: #D148CC;
}
</style>
border-color css
<style>
span { border-color: #D148CC; }
span { border-color: rgb(209,72,204); }
td.TdClassName
{
border-color: #D148CC;
}
.TagClassName
{
border-color: #D148CC;
}
</style>