Shades of Fuchsia #D148D3
Tints of Fuchsia #D148D3
RGB
CMYK
RGB Variations
Color information
#D148D3 (or 0xD148D3) is known color: Fuchsia. HEX triplet: D1, 48 and D3. RGB value is (209,72,211). Sum of RGB (Red+Green+Blue) = 209+72+211=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #D148D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148D3 is #2EB72C. Grayscale: #808080. Windows color (decimal): -3061549 or 13846737. OLE color: 13846737.
HSL color Cylindrical-coordinate representation of color #D148D3: hue angle of 299.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148D3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 72 | 211 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.17 |
| HSL | 299.14º | 0.61% | 0.55% | - |
| HSV(B) | 299.14º | 0.66% | 0.83% | - |
| XYZ | 40.37 | 22.89 | 63.92 | - |
| YUV | 128.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 211 | 0.01 | 0.66 | 0 | 0.17 | 299.14 | 0.61 | 0.55 |
| Hex | D1 | 48 | D3 | 1 | 42 | 0 | 11 | 12B | 3D | 37 |
| Octal | 321 | 110 | 323 | 1 | 102 | 0 | 21 | 453 | 75 | 67 |
| Binary | 11010001 | 1001000 | 11010011 | 1 | 1000010 | 0 | 10001 | 100101011 | 111101 | 110111 |
Color Harmonies of #D148D3
Complementary color
Monochromatic Colors of #D148D3
Black with #D148D3
Text Example
Text Example
White with #D148D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148D3; }
p { color: rgb(209,72,211); }
H1.HeaderClassName
{
color: #D148D3;
}
.AnyTagClassName
{
color: #D148D3;
}
</style>
background-color css
<style>
a { background-color: #D148D3; }
a { background-color: rgb(209,72,211); }
div.DivClassName
{
background-color: #D148D3;
}
.BgClassName
{
background-color: #D148D3;
}
</style>
border-color css
<style>
span { border-color: #D148D3; }
span { border-color: rgb(209,72,211); }
td.TdClassName
{
border-color: #D148D3;
}
.TagClassName
{
border-color: #D148D3;
}
</style>