Shades of Fuchsia #D34BBC
Tints of Fuchsia #D34BBC
RGB
CMYK
RGB Variations
Color information
#D34BBC (or 0xD34BBC) is known color: Fuchsia. HEX triplet: D3, 4B and BC. RGB value is (211,75,188). Sum of RGB (Red+Green+Blue) = 211+75+188=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BBC is #2CB443. Grayscale: #808080. Windows color (decimal): -2929732 or 12340179. OLE color: 12340179.
HSL color Cylindrical-coordinate representation of color #D34BBC: hue angle of 310.15º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34BBC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.17 |
| HSL | 310.15º | 0.61% | 0.56% | - |
| HSV(B) | 310.15º | 0.64% | 0.83% | - |
| XYZ | 38.46 | 22.51 | 49.9 | - |
| YUV | 128.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 188 | 0 | 0.64 | 0.11 | 0.17 | 310.15 | 0.61 | 0.56 |
| Hex | D3 | 4B | BC | 0 | 40 | B | 11 | 136 | 3D | 38 |
| Octal | 323 | 113 | 274 | 0 | 100 | 13 | 21 | 466 | 75 | 70 |
| Binary | 11010011 | 1001011 | 10111100 | 0 | 1000000 | 1011 | 10001 | 100110110 | 111101 | 111000 |
Color Harmonies of #D34BBC
Complementary color
Monochromatic Colors of #D34BBC
Black with #D34BBC
Text Example
Text Example
White with #D34BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BBC; }
p { color: rgb(211,75,188); }
H1.HeaderClassName
{
color: #D34BBC;
}
.AnyTagClassName
{
color: #D34BBC;
}
</style>
background-color css
<style>
a { background-color: #D34BBC; }
a { background-color: rgb(211,75,188); }
div.DivClassName
{
background-color: #D34BBC;
}
.BgClassName
{
background-color: #D34BBC;
}
</style>
border-color css
<style>
span { border-color: #D34BBC; }
span { border-color: rgb(211,75,188); }
td.TdClassName
{
border-color: #D34BBC;
}
.TagClassName
{
border-color: #D34BBC;
}
</style>