Shades of Fuchsia #D334BC
Tints of Fuchsia #D334BC
RGB
CMYK
RGB Variations
Color information
#D334BC (or 0xD334BC) is known color: Fuchsia. HEX triplet: D3, 34 and BC. RGB value is (211,52,188). Sum of RGB (Red+Green+Blue) = 211+52+188=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D334BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334BC is #2CCB43. Grayscale: #727272. Windows color (decimal): -2935620 or 12334291. OLE color: 12334291.
HSL color Cylindrical-coordinate representation of color #D334BC: hue angle of 308.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D334BC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 188 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.17 |
| HSL | 308.68º | 0.64% | 0.52% | - |
| HSV(B) | 308.68º | 0.75% | 0.83% | - |
| XYZ | 37.17 | 19.94 | 49.47 | - |
| YUV | 115.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 188 | 0 | 0.75 | 0.11 | 0.17 | 308.68 | 0.64 | 0.52 |
| Hex | D3 | 34 | BC | 0 | 4B | B | 11 | 135 | 40 | 34 |
| Octal | 323 | 64 | 274 | 0 | 113 | 13 | 21 | 465 | 100 | 64 |
| Binary | 11010011 | 110100 | 10111100 | 0 | 1001011 | 1011 | 10001 | 100110101 | 1000000 | 110100 |
Color Harmonies of #D334BC
Complementary color
Monochromatic Colors of #D334BC
Black with #D334BC
Text Example
Text Example
White with #D334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334BC; }
p { color: rgb(211,52,188); }
H1.HeaderClassName
{
color: #D334BC;
}
.AnyTagClassName
{
color: #D334BC;
}
</style>
background-color css
<style>
a { background-color: #D334BC; }
a { background-color: rgb(211,52,188); }
div.DivClassName
{
background-color: #D334BC;
}
.BgClassName
{
background-color: #D334BC;
}
</style>
border-color css
<style>
span { border-color: #D334BC; }
span { border-color: rgb(211,52,188); }
td.TdClassName
{
border-color: #D334BC;
}
.TagClassName
{
border-color: #D334BC;
}
</style>