Shades of Fuchsia #D348B6
Tints of Fuchsia #D348B6
RGB
CMYK
RGB Variations
Color information
#D348B6 (or 0xD348B6) is known color: Fuchsia. HEX triplet: D3, 48 and B6. RGB value is (211,72,182). Sum of RGB (Red+Green+Blue) = 211+72+182=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D348B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348B6 is #2CB749. Grayscale: #7D7D7D. Windows color (decimal): -2930506 or 11946195. OLE color: 11946195.
HSL color Cylindrical-coordinate representation of color #D348B6: hue angle of 312.52º 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 #D348B6 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 182 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.17 |
| HSL | 312.52º | 0.61% | 0.55% | - |
| HSV(B) | 312.52º | 0.66% | 0.83% | - |
| XYZ | 37.62 | 21.86 | 46.49 | - |
| YUV | 126.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 182 | 0 | 0.66 | 0.14 | 0.17 | 312.52 | 0.61 | 0.55 |
| Hex | D3 | 48 | B6 | 0 | 42 | E | 11 | 139 | 3D | 37 |
| Octal | 323 | 110 | 266 | 0 | 102 | 16 | 21 | 471 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10110110 | 0 | 1000010 | 1110 | 10001 | 100111001 | 111101 | 110111 |
Color Harmonies of #D348B6
Complementary color
Monochromatic Colors of #D348B6
Black with #D348B6
Text Example
Text Example
White with #D348B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348B6; }
p { color: rgb(211,72,182); }
H1.HeaderClassName
{
color: #D348B6;
}
.AnyTagClassName
{
color: #D348B6;
}
</style>
background-color css
<style>
a { background-color: #D348B6; }
a { background-color: rgb(211,72,182); }
div.DivClassName
{
background-color: #D348B6;
}
.BgClassName
{
background-color: #D348B6;
}
</style>
border-color css
<style>
span { border-color: #D348B6; }
span { border-color: rgb(211,72,182); }
td.TdClassName
{
border-color: #D348B6;
}
.TagClassName
{
border-color: #D348B6;
}
</style>