Shades of Fuchsia #D033CD
Tints of Fuchsia #D033CD
RGB
CMYK
RGB Variations
Color information
#D033CD (or 0xD033CD) is known color: Fuchsia. HEX triplet: D0, 33 and CD. RGB value is (208,51,205). Sum of RGB (Red+Green+Blue) = 208+51+205=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D033CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033CD is #2FCC32. Grayscale: #737373. Windows color (decimal): -3132467 or 13448144. OLE color: 13448144.
HSL color Cylindrical-coordinate representation of color #D033CD: hue angle of 301.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033CD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 205 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 301.15º | 0.63% | 0.51% | - |
| HSV(B) | 301.15º | 0.75% | 0.82% | - |
| XYZ | 38.22 | 20.19 | 59.64 | - |
| YUV | 115.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 205 | 0 | 0.75 | 0.01 | 0.18 | 301.15 | 0.63 | 0.51 |
| Hex | D0 | 33 | CD | 0 | 4B | 1 | 12 | 12D | 3F | 33 |
| Octal | 320 | 63 | 315 | 0 | 113 | 1 | 22 | 455 | 77 | 63 |
| Binary | 11010000 | 110011 | 11001101 | 0 | 1001011 | 1 | 10010 | 100101101 | 111111 | 110011 |
Color Harmonies of #D033CD
Complementary color
Monochromatic Colors of #D033CD
Black with #D033CD
Text Example
Text Example
White with #D033CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033CD; }
p { color: rgb(208,51,205); }
H1.HeaderClassName
{
color: #D033CD;
}
.AnyTagClassName
{
color: #D033CD;
}
</style>
background-color css
<style>
a { background-color: #D033CD; }
a { background-color: rgb(208,51,205); }
div.DivClassName
{
background-color: #D033CD;
}
.BgClassName
{
background-color: #D033CD;
}
</style>
border-color css
<style>
span { border-color: #D033CD; }
span { border-color: rgb(208,51,205); }
td.TdClassName
{
border-color: #D033CD;
}
.TagClassName
{
border-color: #D033CD;
}
</style>