Shades of Fuchsia #D033BC
Tints of Fuchsia #D033BC
RGB
CMYK
RGB Variations
Color information
#D033BC (or 0xD033BC) is known color: Fuchsia. HEX triplet: D0, 33 and BC. RGB value is (208,51,188). Sum of RGB (Red+Green+Blue) = 208+51+188=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D033BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033BC is #2FCC43. Grayscale: #717171. Windows color (decimal): -3132484 or 12334032. OLE color: 12334032.
HSL color Cylindrical-coordinate representation of color #D033BC: hue angle of 307.64º 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 #D033BC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 188 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 307.64º | 0.63% | 0.51% | - |
| HSV(B) | 307.64º | 0.75% | 0.82% | - |
| XYZ | 36.27 | 19.41 | 49.41 | - |
| YUV | 113.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 188 | 0 | 0.75 | 0.10 | 0.18 | 307.64 | 0.63 | 0.51 |
| Hex | D0 | 33 | BC | 0 | 4B | A | 12 | 134 | 3F | 33 |
| Octal | 320 | 63 | 274 | 0 | 113 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010000 | 110011 | 10111100 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D033BC
Complementary color
Monochromatic Colors of #D033BC
Black with #D033BC
Text Example
Text Example
White with #D033BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033BC; }
p { color: rgb(208,51,188); }
H1.HeaderClassName
{
color: #D033BC;
}
.AnyTagClassName
{
color: #D033BC;
}
</style>
background-color css
<style>
a { background-color: #D033BC; }
a { background-color: rgb(208,51,188); }
div.DivClassName
{
background-color: #D033BC;
}
.BgClassName
{
background-color: #D033BC;
}
</style>
border-color css
<style>
span { border-color: #D033BC; }
span { border-color: rgb(208,51,188); }
td.TdClassName
{
border-color: #D033BC;
}
.TagClassName
{
border-color: #D033BC;
}
</style>