Shades of Fuchsia #D348BA
Tints of Fuchsia #D348BA
RGB
CMYK
RGB Variations
Color information
#D348BA (or 0xD348BA) is known color: Fuchsia. HEX triplet: D3, 48 and BA. RGB value is (211,72,186). Sum of RGB (Red+Green+Blue) = 211+72+186=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D348BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348BA is #2CB745. Grayscale: #7E7E7E. Windows color (decimal): -2930502 or 12208339. OLE color: 12208339.
HSL color Cylindrical-coordinate representation of color #D348BA: hue angle of 310.79º 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 #D348BA is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 186 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.17 |
| HSL | 310.79º | 0.61% | 0.55% | - |
| HSV(B) | 310.79º | 0.66% | 0.83% | - |
| XYZ | 38.04 | 22.03 | 48.7 | - |
| YUV | 126.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 186 | 0 | 0.66 | 0.12 | 0.17 | 310.79 | 0.61 | 0.55 |
| Hex | D3 | 48 | BA | 0 | 42 | C | 11 | 137 | 3D | 37 |
| Octal | 323 | 110 | 272 | 0 | 102 | 14 | 21 | 467 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10111010 | 0 | 1000010 | 1100 | 10001 | 100110111 | 111101 | 110111 |
Color Harmonies of #D348BA
Complementary color
Monochromatic Colors of #D348BA
Black with #D348BA
Text Example
Text Example
White with #D348BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348BA; }
p { color: rgb(211,72,186); }
H1.HeaderClassName
{
color: #D348BA;
}
.AnyTagClassName
{
color: #D348BA;
}
</style>
background-color css
<style>
a { background-color: #D348BA; }
a { background-color: rgb(211,72,186); }
div.DivClassName
{
background-color: #D348BA;
}
.BgClassName
{
background-color: #D348BA;
}
</style>
border-color css
<style>
span { border-color: #D348BA; }
span { border-color: rgb(211,72,186); }
td.TdClassName
{
border-color: #D348BA;
}
.TagClassName
{
border-color: #D348BA;
}
</style>