Shades of Fuchsia #D348B9
Tints of Fuchsia #D348B9
RGB
CMYK
RGB Variations
Color information
#D348B9 (or 0xD348B9) is known color: Fuchsia. HEX triplet: D3, 48 and B9. RGB value is (211,72,185). Sum of RGB (Red+Green+Blue) = 211+72+185=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D348B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348B9 is #2CB746. Grayscale: #7E7E7E. Windows color (decimal): -2930503 or 12142803. OLE color: 12142803.
HSL color Cylindrical-coordinate representation of color #D348B9: hue angle of 311.22º 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 #D348B9 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 185 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.17 |
| HSL | 311.22º | 0.61% | 0.55% | - |
| HSV(B) | 311.22º | 0.66% | 0.83% | - |
| XYZ | 37.94 | 21.99 | 48.14 | - |
| YUV | 126.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 185 | 0 | 0.66 | 0.12 | 0.17 | 311.22 | 0.61 | 0.55 |
| Hex | D3 | 48 | B9 | 0 | 42 | C | 11 | 137 | 3D | 37 |
| Octal | 323 | 110 | 271 | 0 | 102 | 14 | 21 | 467 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10111001 | 0 | 1000010 | 1100 | 10001 | 100110111 | 111101 | 110111 |
Color Harmonies of #D348B9
Complementary color
Monochromatic Colors of #D348B9
Black with #D348B9
Text Example
Text Example
White with #D348B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348B9; }
p { color: rgb(211,72,185); }
H1.HeaderClassName
{
color: #D348B9;
}
.AnyTagClassName
{
color: #D348B9;
}
</style>
background-color css
<style>
a { background-color: #D348B9; }
a { background-color: rgb(211,72,185); }
div.DivClassName
{
background-color: #D348B9;
}
.BgClassName
{
background-color: #D348B9;
}
</style>
border-color css
<style>
span { border-color: #D348B9; }
span { border-color: rgb(211,72,185); }
td.TdClassName
{
border-color: #D348B9;
}
.TagClassName
{
border-color: #D348B9;
}
</style>