Shades of Fuchsia #D330CD
Tints of Fuchsia #D330CD
RGB
CMYK
RGB Variations
Color information
#D330CD (or 0xD330CD) is known color: Fuchsia. HEX triplet: D3, 30 and CD. RGB value is (211,48,205). Sum of RGB (Red+Green+Blue) = 211+48+205=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D330CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330CD is #2CCF32. Grayscale: #727272. Windows color (decimal): -2936627 or 13447379. OLE color: 13447379.
HSL color Cylindrical-coordinate representation of color #D330CD: hue angle of 302.21º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330CD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 205 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.17 |
| HSL | 302.21º | 0.65% | 0.51% | - |
| HSV(B) | 302.21º | 0.77% | 0.83% | - |
| XYZ | 38.94 | 20.37 | 59.64 | - |
| YUV | 114.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 205 | 0 | 0.77 | 0.03 | 0.17 | 302.21 | 0.65 | 0.51 |
| Hex | D3 | 30 | CD | 0 | 4D | 3 | 11 | 12E | 41 | 33 |
| Octal | 323 | 60 | 315 | 0 | 115 | 3 | 21 | 456 | 101 | 63 |
| Binary | 11010011 | 110000 | 11001101 | 0 | 1001101 | 11 | 10001 | 100101110 | 1000001 | 110011 |
Color Harmonies of #D330CD
Complementary color
Monochromatic Colors of #D330CD
Black with #D330CD
Text Example
Text Example
White with #D330CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330CD; }
p { color: rgb(211,48,205); }
H1.HeaderClassName
{
color: #D330CD;
}
.AnyTagClassName
{
color: #D330CD;
}
</style>
background-color css
<style>
a { background-color: #D330CD; }
a { background-color: rgb(211,48,205); }
div.DivClassName
{
background-color: #D330CD;
}
.BgClassName
{
background-color: #D330CD;
}
</style>
border-color css
<style>
span { border-color: #D330CD; }
span { border-color: rgb(211,48,205); }
td.TdClassName
{
border-color: #D330CD;
}
.TagClassName
{
border-color: #D330CD;
}
</style>