Shades of Fuchsia #D148C2
Tints of Fuchsia #D148C2
RGB
CMYK
RGB Variations
Color information
#D148C2 (or 0xD148C2) is known color: Fuchsia. HEX triplet: D1, 48 and C2. RGB value is (209,72,194). Sum of RGB (Red+Green+Blue) = 209+72+194=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C2 is #2EB73D. Grayscale: #7E7E7E. Windows color (decimal): -3061566 or 12732625. OLE color: 12732625.
HSL color Cylindrical-coordinate representation of color #D148C2: hue angle of 306.57º 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 #D148C2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 194 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.18 |
| HSL | 306.57º | 0.6% | 0.55% | - |
| HSV(B) | 306.57º | 0.66% | 0.82% | - |
| XYZ | 38.35 | 22.09 | 53.28 | - |
| YUV | 126.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 194 | 0 | 0.66 | 0.07 | 0.18 | 306.57 | 0.6 | 0.55 |
| Hex | D1 | 48 | C2 | 0 | 42 | 7 | 12 | 133 | 3C | 37 |
| Octal | 321 | 110 | 302 | 0 | 102 | 7 | 22 | 463 | 74 | 67 |
| Binary | 11010001 | 1001000 | 11000010 | 0 | 1000010 | 111 | 10010 | 100110011 | 111100 | 110111 |
Color Harmonies of #D148C2
Complementary color
Monochromatic Colors of #D148C2
Black with #D148C2
Text Example
Text Example
White with #D148C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148C2; }
p { color: rgb(209,72,194); }
H1.HeaderClassName
{
color: #D148C2;
}
.AnyTagClassName
{
color: #D148C2;
}
</style>
background-color css
<style>
a { background-color: #D148C2; }
a { background-color: rgb(209,72,194); }
div.DivClassName
{
background-color: #D148C2;
}
.BgClassName
{
background-color: #D148C2;
}
</style>
border-color css
<style>
span { border-color: #D148C2; }
span { border-color: rgb(209,72,194); }
td.TdClassName
{
border-color: #D148C2;
}
.TagClassName
{
border-color: #D148C2;
}
</style>