Shades of Fuchsia #D348BD
Tints of Fuchsia #D348BD
RGB
CMYK
RGB Variations
Color information
#D348BD (or 0xD348BD) is known color: Fuchsia. HEX triplet: D3, 48 and BD. RGB value is (211,72,189). Sum of RGB (Red+Green+Blue) = 211+72+189=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D348BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348BD is #2CB742. Grayscale: #7E7E7E. Windows color (decimal): -2930499 or 12404947. OLE color: 12404947.
HSL color Cylindrical-coordinate representation of color #D348BD: hue angle of 309.5º 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 #D348BD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 189 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.17 |
| HSL | 309.5º | 0.61% | 0.55% | - |
| HSV(B) | 309.5º | 0.66% | 0.83% | - |
| XYZ | 38.37 | 22.16 | 50.4 | - |
| YUV | 126.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 189 | 0 | 0.66 | 0.10 | 0.17 | 309.5 | 0.61 | 0.55 |
| Hex | D3 | 48 | BD | 0 | 42 | A | 11 | 135 | 3D | 37 |
| Octal | 323 | 110 | 275 | 0 | 102 | 12 | 21 | 465 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10111101 | 0 | 1000010 | 1010 | 10001 | 100110101 | 111101 | 110111 |
Color Harmonies of #D348BD
Complementary color
Monochromatic Colors of #D348BD
Black with #D348BD
Text Example
Text Example
White with #D348BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348BD; }
p { color: rgb(211,72,189); }
H1.HeaderClassName
{
color: #D348BD;
}
.AnyTagClassName
{
color: #D348BD;
}
</style>
background-color css
<style>
a { background-color: #D348BD; }
a { background-color: rgb(211,72,189); }
div.DivClassName
{
background-color: #D348BD;
}
.BgClassName
{
background-color: #D348BD;
}
</style>
border-color css
<style>
span { border-color: #D348BD; }
span { border-color: rgb(211,72,189); }
td.TdClassName
{
border-color: #D348BD;
}
.TagClassName
{
border-color: #D348BD;
}
</style>