Shades of Fuchsia #D332D5
Tints of Fuchsia #D332D5
RGB
CMYK
RGB Variations
Color information
#D332D5 (or 0xD332D5) is known color: Fuchsia. HEX triplet: D3, 32 and D5. RGB value is (211,50,213). Sum of RGB (Red+Green+Blue) = 211+50+213=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #D332D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332D5 is #2CCD2A. Grayscale: #747474. Windows color (decimal): -2936107 or 13972179. OLE color: 13972179.
HSL color Cylindrical-coordinate representation of color #D332D5: hue angle of 299.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D332D5 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 50 | 213 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.16 |
| HSL | 299.26º | 0.66% | 0.52% | - |
| HSV(B) | 299.26º | 0.77% | 0.84% | - |
| XYZ | 40.01 | 20.93 | 64.88 | - |
| YUV | 116.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 213 | 0.01 | 0.77 | 0 | 0.16 | 299.26 | 0.66 | 0.52 |
| Hex | D3 | 32 | D5 | 1 | 4D | 0 | 10 | 12B | 42 | 34 |
| Octal | 323 | 62 | 325 | 1 | 115 | 0 | 20 | 453 | 102 | 64 |
| Binary | 11010011 | 110010 | 11010101 | 1 | 1001101 | 0 | 10000 | 100101011 | 1000010 | 110100 |
Color Harmonies of #D332D5
Complementary color
Monochromatic Colors of #D332D5
Black with #D332D5
Text Example
Text Example
White with #D332D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332D5; }
p { color: rgb(211,50,213); }
H1.HeaderClassName
{
color: #D332D5;
}
.AnyTagClassName
{
color: #D332D5;
}
</style>
background-color css
<style>
a { background-color: #D332D5; }
a { background-color: rgb(211,50,213); }
div.DivClassName
{
background-color: #D332D5;
}
.BgClassName
{
background-color: #D332D5;
}
</style>
border-color css
<style>
span { border-color: #D332D5; }
span { border-color: rgb(211,50,213); }
td.TdClassName
{
border-color: #D332D5;
}
.TagClassName
{
border-color: #D332D5;
}
</style>