Shades of Fuchsia #D335D7
Tints of Fuchsia #D335D7
RGB
CMYK
RGB Variations
Color information
#D335D7 (or 0xD335D7) is known color: Fuchsia. HEX triplet: D3, 35 and D7. RGB value is (211,53,215). Sum of RGB (Red+Green+Blue) = 211+53+215=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #D335D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335D7 is #2CCA28. Grayscale: #767676. Windows color (decimal): -2935337 or 14104019. OLE color: 14104019.
HSL color Cylindrical-coordinate representation of color #D335D7: hue angle of 298.52º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D335D7 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 53 | 215 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.16 |
| HSL | 298.52º | 0.67% | 0.53% | - |
| HSV(B) | 298.52º | 0.75% | 0.84% | - |
| XYZ | 40.4 | 21.3 | 66.27 | - |
| YUV | 118.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 215 | 0.02 | 0.75 | 0 | 0.16 | 298.52 | 0.67 | 0.53 |
| Hex | D3 | 35 | D7 | 2 | 4B | 0 | 10 | 12B | 43 | 35 |
| Octal | 323 | 65 | 327 | 2 | 113 | 0 | 20 | 453 | 103 | 65 |
| Binary | 11010011 | 110101 | 11010111 | 10 | 1001011 | 0 | 10000 | 100101011 | 1000011 | 110101 |
Color Harmonies of #D335D7
Complementary color
Monochromatic Colors of #D335D7
Black with #D335D7
Text Example
Text Example
White with #D335D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335D7; }
p { color: rgb(211,53,215); }
H1.HeaderClassName
{
color: #D335D7;
}
.AnyTagClassName
{
color: #D335D7;
}
</style>
background-color css
<style>
a { background-color: #D335D7; }
a { background-color: rgb(211,53,215); }
div.DivClassName
{
background-color: #D335D7;
}
.BgClassName
{
background-color: #D335D7;
}
</style>
border-color css
<style>
span { border-color: #D335D7; }
span { border-color: rgb(211,53,215); }
td.TdClassName
{
border-color: #D335D7;
}
.TagClassName
{
border-color: #D335D7;
}
</style>