Shades of Fuchsia #D033BD
Tints of Fuchsia #D033BD
RGB
CMYK
RGB Variations
Color information
#D033BD (or 0xD033BD) is known color: Fuchsia. HEX triplet: D0, 33 and BD. RGB value is (208,51,189). Sum of RGB (Red+Green+Blue) = 208+51+189=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D033BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033BD is #2FCC42. Grayscale: #717171. Windows color (decimal): -3132483 or 12399568. OLE color: 12399568.
HSL color Cylindrical-coordinate representation of color #D033BD: hue angle of 307.26º 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 #D033BD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 189 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.18 |
| HSL | 307.26º | 0.63% | 0.51% | - |
| HSV(B) | 307.26º | 0.75% | 0.82% | - |
| XYZ | 36.38 | 19.45 | 49.98 | - |
| YUV | 113.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 189 | 0 | 0.75 | 0.09 | 0.18 | 307.26 | 0.63 | 0.51 |
| Hex | D0 | 33 | BD | 0 | 4B | 9 | 12 | 133 | 3F | 33 |
| Octal | 320 | 63 | 275 | 0 | 113 | 11 | 22 | 463 | 77 | 63 |
| Binary | 11010000 | 110011 | 10111101 | 0 | 1001011 | 1001 | 10010 | 100110011 | 111111 | 110011 |
Color Harmonies of #D033BD
Complementary color
Monochromatic Colors of #D033BD
Black with #D033BD
Text Example
Text Example
White with #D033BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033BD; }
p { color: rgb(208,51,189); }
H1.HeaderClassName
{
color: #D033BD;
}
.AnyTagClassName
{
color: #D033BD;
}
</style>
background-color css
<style>
a { background-color: #D033BD; }
a { background-color: rgb(208,51,189); }
div.DivClassName
{
background-color: #D033BD;
}
.BgClassName
{
background-color: #D033BD;
}
</style>
border-color css
<style>
span { border-color: #D033BD; }
span { border-color: rgb(208,51,189); }
td.TdClassName
{
border-color: #D033BD;
}
.TagClassName
{
border-color: #D033BD;
}
</style>