Shades of Fuchsia #D033B5
Tints of Fuchsia #D033B5
RGB
CMYK
RGB Variations
Color information
#D033B5 (or 0xD033B5) is known color: Fuchsia. HEX triplet: D0, 33 and B5. RGB value is (208,51,181). Sum of RGB (Red+Green+Blue) = 208+51+181=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D033B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033B5 is #2FCC4A. Grayscale: #707070. Windows color (decimal): -3132491 or 11875280. OLE color: 11875280.
HSL color Cylindrical-coordinate representation of color #D033B5: hue angle of 310.32º 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 #D033B5 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 181 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.18 |
| HSL | 310.32º | 0.63% | 0.51% | - |
| HSV(B) | 310.32º | 0.75% | 0.82% | - |
| XYZ | 35.54 | 19.11 | 45.53 | - |
| YUV | 112.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 181 | 0 | 0.75 | 0.13 | 0.18 | 310.32 | 0.63 | 0.51 |
| Hex | D0 | 33 | B5 | 0 | 4B | D | 12 | 136 | 3F | 33 |
| Octal | 320 | 63 | 265 | 0 | 113 | 15 | 22 | 466 | 77 | 63 |
| Binary | 11010000 | 110011 | 10110101 | 0 | 1001011 | 1101 | 10010 | 100110110 | 111111 | 110011 |
Color Harmonies of #D033B5
Complementary color
Monochromatic Colors of #D033B5
Black with #D033B5
Text Example
Text Example
White with #D033B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033B5; }
p { color: rgb(208,51,181); }
H1.HeaderClassName
{
color: #D033B5;
}
.AnyTagClassName
{
color: #D033B5;
}
</style>
background-color css
<style>
a { background-color: #D033B5; }
a { background-color: rgb(208,51,181); }
div.DivClassName
{
background-color: #D033B5;
}
.BgClassName
{
background-color: #D033B5;
}
</style>
border-color css
<style>
span { border-color: #D033B5; }
span { border-color: rgb(208,51,181); }
td.TdClassName
{
border-color: #D033B5;
}
.TagClassName
{
border-color: #D033B5;
}
</style>