Shades of Fuchsia #D334C7
Tints of Fuchsia #D334C7
RGB
CMYK
RGB Variations
Color information
#D334C7 (or 0xD334C7) is known color: Fuchsia. HEX triplet: D3, 34 and C7. RGB value is (211,52,199). Sum of RGB (Red+Green+Blue) = 211+52+199=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D334C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334C7 is #2CCB38. Grayscale: #737373. Windows color (decimal): -2935609 or 13055187. OLE color: 13055187.
HSL color Cylindrical-coordinate representation of color #D334C7: hue angle of 304.53º 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 #D334C7 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 199 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.17 |
| HSL | 304.53º | 0.64% | 0.52% | - |
| HSV(B) | 304.53º | 0.75% | 0.83% | - |
| XYZ | 38.4 | 20.43 | 55.95 | - |
| YUV | 116.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 199 | 0 | 0.75 | 0.06 | 0.17 | 304.53 | 0.64 | 0.52 |
| Hex | D3 | 34 | C7 | 0 | 4B | 6 | 11 | 131 | 40 | 34 |
| Octal | 323 | 64 | 307 | 0 | 113 | 6 | 21 | 461 | 100 | 64 |
| Binary | 11010011 | 110100 | 11000111 | 0 | 1001011 | 110 | 10001 | 100110001 | 1000000 | 110100 |
Color Harmonies of #D334C7
Complementary color
Monochromatic Colors of #D334C7
Black with #D334C7
Text Example
Text Example
White with #D334C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334C7; }
p { color: rgb(211,52,199); }
H1.HeaderClassName
{
color: #D334C7;
}
.AnyTagClassName
{
color: #D334C7;
}
</style>
background-color css
<style>
a { background-color: #D334C7; }
a { background-color: rgb(211,52,199); }
div.DivClassName
{
background-color: #D334C7;
}
.BgClassName
{
background-color: #D334C7;
}
</style>
border-color css
<style>
span { border-color: #D334C7; }
span { border-color: rgb(211,52,199); }
td.TdClassName
{
border-color: #D334C7;
}
.TagClassName
{
border-color: #D334C7;
}
</style>