Shades of Fuchsia #D033C1
Tints of Fuchsia #D033C1
RGB
CMYK
RGB Variations
Color information
#D033C1 (or 0xD033C1) is known color: Fuchsia. HEX triplet: D0, 33 and C1. RGB value is (208,51,193). Sum of RGB (Red+Green+Blue) = 208+51+193=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D033C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033C1 is #2FCC3E. Grayscale: #717171. Windows color (decimal): -3132479 or 12661712. OLE color: 12661712.
HSL color Cylindrical-coordinate representation of color #D033C1: hue angle of 305.73º 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 #D033C1 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 193 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.18 |
| HSL | 305.73º | 0.63% | 0.51% | - |
| HSV(B) | 305.73º | 0.75% | 0.82% | - |
| XYZ | 36.82 | 19.63 | 52.3 | - |
| YUV | 114.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 193 | 0 | 0.75 | 0.07 | 0.18 | 305.73 | 0.63 | 0.51 |
| Hex | D0 | 33 | C1 | 0 | 4B | 7 | 12 | 132 | 3F | 33 |
| Octal | 320 | 63 | 301 | 0 | 113 | 7 | 22 | 462 | 77 | 63 |
| Binary | 11010000 | 110011 | 11000001 | 0 | 1001011 | 111 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D033C1
Complementary color
Monochromatic Colors of #D033C1
Black with #D033C1
Text Example
Text Example
White with #D033C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033C1; }
p { color: rgb(208,51,193); }
H1.HeaderClassName
{
color: #D033C1;
}
.AnyTagClassName
{
color: #D033C1;
}
</style>
background-color css
<style>
a { background-color: #D033C1; }
a { background-color: rgb(208,51,193); }
div.DivClassName
{
background-color: #D033C1;
}
.BgClassName
{
background-color: #D033C1;
}
</style>
border-color css
<style>
span { border-color: #D033C1; }
span { border-color: rgb(208,51,193); }
td.TdClassName
{
border-color: #D033C1;
}
.TagClassName
{
border-color: #D033C1;
}
</style>