Shades of Fuchsia #D334CD
Tints of Fuchsia #D334CD
RGB
CMYK
RGB Variations
Color information
#D334CD (or 0xD334CD) is known color: Fuchsia. HEX triplet: D3, 34 and CD. RGB value is (211,52,205). Sum of RGB (Red+Green+Blue) = 211+52+205=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D334CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334CD is #2CCB32. Grayscale: #747474. Windows color (decimal): -2935603 or 13448403. OLE color: 13448403.
HSL color Cylindrical-coordinate representation of color #D334CD: hue angle of 302.26º 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 #D334CD is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 205 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.17 |
| HSL | 302.26º | 0.64% | 0.52% | - |
| HSV(B) | 302.26º | 0.75% | 0.83% | - |
| XYZ | 39.11 | 20.71 | 59.69 | - |
| YUV | 116.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 205 | 0 | 0.75 | 0.03 | 0.17 | 302.26 | 0.64 | 0.52 |
| Hex | D3 | 34 | CD | 0 | 4B | 3 | 11 | 12E | 40 | 34 |
| Octal | 323 | 64 | 315 | 0 | 113 | 3 | 21 | 456 | 100 | 64 |
| Binary | 11010011 | 110100 | 11001101 | 0 | 1001011 | 11 | 10001 | 100101110 | 1000000 | 110100 |
Color Harmonies of #D334CD
Complementary color
Monochromatic Colors of #D334CD
Black with #D334CD
Text Example
Text Example
White with #D334CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334CD; }
p { color: rgb(211,52,205); }
H1.HeaderClassName
{
color: #D334CD;
}
.AnyTagClassName
{
color: #D334CD;
}
</style>
background-color css
<style>
a { background-color: #D334CD; }
a { background-color: rgb(211,52,205); }
div.DivClassName
{
background-color: #D334CD;
}
.BgClassName
{
background-color: #D334CD;
}
</style>
border-color css
<style>
span { border-color: #D334CD; }
span { border-color: rgb(211,52,205); }
td.TdClassName
{
border-color: #D334CD;
}
.TagClassName
{
border-color: #D334CD;
}
</style>