Shades of Fuchsia #D33DBF
Tints of Fuchsia #D33DBF
RGB
CMYK
RGB Variations
Color information
#D33DBF (or 0xD33DBF) is known color: Fuchsia. HEX triplet: D3, 3D and BF. RGB value is (211,61,191). Sum of RGB (Red+Green+Blue) = 211+61+191=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DBF is #2CC240. Grayscale: #787878. Windows color (decimal): -2933313 or 12533203. OLE color: 12533203.
HSL color Cylindrical-coordinate representation of color #D33DBF: hue angle of 308º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33DBF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 191 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.17 |
| HSL | 308º | 0.63% | 0.53% | - |
| HSV(B) | 308º | 0.71% | 0.83% | - |
| XYZ | 37.94 | 20.95 | 51.33 | - |
| YUV | 120.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 191 | 0 | 0.71 | 0.09 | 0.17 | 308 | 0.63 | 0.53 |
| Hex | D3 | 3D | BF | 0 | 47 | 9 | 11 | 134 | 3F | 35 |
| Octal | 323 | 75 | 277 | 0 | 107 | 11 | 21 | 464 | 77 | 65 |
| Binary | 11010011 | 111101 | 10111111 | 0 | 1000111 | 1001 | 10001 | 100110100 | 111111 | 110101 |
Color Harmonies of #D33DBF
Complementary color
Monochromatic Colors of #D33DBF
Black with #D33DBF
Text Example
Text Example
White with #D33DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DBF; }
p { color: rgb(211,61,191); }
H1.HeaderClassName
{
color: #D33DBF;
}
.AnyTagClassName
{
color: #D33DBF;
}
</style>
background-color css
<style>
a { background-color: #D33DBF; }
a { background-color: rgb(211,61,191); }
div.DivClassName
{
background-color: #D33DBF;
}
.BgClassName
{
background-color: #D33DBF;
}
</style>
border-color css
<style>
span { border-color: #D33DBF; }
span { border-color: rgb(211,61,191); }
td.TdClassName
{
border-color: #D33DBF;
}
.TagClassName
{
border-color: #D33DBF;
}
</style>