Shades of Fuchsia #D148C7
Tints of Fuchsia #D148C7
RGB
CMYK
RGB Variations
Color information
#D148C7 (or 0xD148C7) is known color: Fuchsia. HEX triplet: D1, 48 and C7. RGB value is (209,72,199). Sum of RGB (Red+Green+Blue) = 209+72+199=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C7 is #2EB738. Grayscale: #7F7F7F. Windows color (decimal): -3061561 or 13060305. OLE color: 13060305.
HSL color Cylindrical-coordinate representation of color #D148C7: hue angle of 304.38º 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 #D148C7 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 199 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.38º | 0.6% | 0.55% | - |
| HSV(B) | 304.38º | 0.66% | 0.82% | - |
| XYZ | 38.92 | 22.31 | 56.29 | - |
| YUV | 127.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 199 | 0 | 0.66 | 0.05 | 0.18 | 304.38 | 0.6 | 0.55 |
| Hex | D1 | 48 | C7 | 0 | 42 | 5 | 12 | 130 | 3C | 37 |
| Octal | 321 | 110 | 307 | 0 | 102 | 5 | 22 | 460 | 74 | 67 |
| Binary | 11010001 | 1001000 | 11000111 | 0 | 1000010 | 101 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D148C7
Complementary color
Monochromatic Colors of #D148C7
Black with #D148C7
Text Example
Text Example
White with #D148C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148C7; }
p { color: rgb(209,72,199); }
H1.HeaderClassName
{
color: #D148C7;
}
.AnyTagClassName
{
color: #D148C7;
}
</style>
background-color css
<style>
a { background-color: #D148C7; }
a { background-color: rgb(209,72,199); }
div.DivClassName
{
background-color: #D148C7;
}
.BgClassName
{
background-color: #D148C7;
}
</style>
border-color css
<style>
span { border-color: #D148C7; }
span { border-color: rgb(209,72,199); }
td.TdClassName
{
border-color: #D148C7;
}
.TagClassName
{
border-color: #D148C7;
}
</style>