Shades of Fuchsia #D334B4
Tints of Fuchsia #D334B4
RGB
CMYK
RGB Variations
Color information
#D334B4 (or 0xD334B4) is known color: Fuchsia. HEX triplet: D3, 34 and B4. RGB value is (211,52,180). Sum of RGB (Red+Green+Blue) = 211+52+180=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D334B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334B4 is #2CCB4B. Grayscale: #717171. Windows color (decimal): -2935628 or 11810003. OLE color: 11810003.
HSL color Cylindrical-coordinate representation of color #D334B4: hue angle of 311.7º 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 #D334B4 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 180 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.17 |
| HSL | 311.7º | 0.64% | 0.52% | - |
| HSV(B) | 311.7º | 0.75% | 0.83% | - |
| XYZ | 36.33 | 19.6 | 45.05 | - |
| YUV | 114.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 180 | 0 | 0.75 | 0.15 | 0.17 | 311.7 | 0.64 | 0.52 |
| Hex | D3 | 34 | B4 | 0 | 4B | F | 11 | 138 | 40 | 34 |
| Octal | 323 | 64 | 264 | 0 | 113 | 17 | 21 | 470 | 100 | 64 |
| Binary | 11010011 | 110100 | 10110100 | 0 | 1001011 | 1111 | 10001 | 100111000 | 1000000 | 110100 |
Color Harmonies of #D334B4
Complementary color
Monochromatic Colors of #D334B4
Black with #D334B4
Text Example
Text Example
White with #D334B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334B4; }
p { color: rgb(211,52,180); }
H1.HeaderClassName
{
color: #D334B4;
}
.AnyTagClassName
{
color: #D334B4;
}
</style>
background-color css
<style>
a { background-color: #D334B4; }
a { background-color: rgb(211,52,180); }
div.DivClassName
{
background-color: #D334B4;
}
.BgClassName
{
background-color: #D334B4;
}
</style>
border-color css
<style>
span { border-color: #D334B4; }
span { border-color: rgb(211,52,180); }
td.TdClassName
{
border-color: #D334B4;
}
.TagClassName
{
border-color: #D334B4;
}
</style>