Shades of Fuchsia #D348BB
Tints of Fuchsia #D348BB
RGB
CMYK
RGB Variations
Color information
#D348BB (or 0xD348BB) is known color: Fuchsia. HEX triplet: D3, 48 and BB. RGB value is (211,72,187). Sum of RGB (Red+Green+Blue) = 211+72+187=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D348BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348BB is #2CB744. Grayscale: #7E7E7E. Windows color (decimal): -2930501 or 12273875. OLE color: 12273875.
HSL color Cylindrical-coordinate representation of color #D348BB: hue angle of 310.36º 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 #D348BB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 187 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.17 |
| HSL | 310.36º | 0.61% | 0.55% | - |
| HSV(B) | 310.36º | 0.66% | 0.83% | - |
| XYZ | 38.15 | 22.07 | 49.26 | - |
| YUV | 126.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 187 | 0 | 0.66 | 0.11 | 0.17 | 310.36 | 0.61 | 0.55 |
| Hex | D3 | 48 | BB | 0 | 42 | B | 11 | 136 | 3D | 37 |
| Octal | 323 | 110 | 273 | 0 | 102 | 13 | 21 | 466 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10111011 | 0 | 1000010 | 1011 | 10001 | 100110110 | 111101 | 110111 |
Color Harmonies of #D348BB
Complementary color
Monochromatic Colors of #D348BB
Black with #D348BB
Text Example
Text Example
White with #D348BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348BB; }
p { color: rgb(211,72,187); }
H1.HeaderClassName
{
color: #D348BB;
}
.AnyTagClassName
{
color: #D348BB;
}
</style>
background-color css
<style>
a { background-color: #D348BB; }
a { background-color: rgb(211,72,187); }
div.DivClassName
{
background-color: #D348BB;
}
.BgClassName
{
background-color: #D348BB;
}
</style>
border-color css
<style>
span { border-color: #D348BB; }
span { border-color: rgb(211,72,187); }
td.TdClassName
{
border-color: #D348BB;
}
.TagClassName
{
border-color: #D348BB;
}
</style>