Shades of Fuchsia #D33DBD
Tints of Fuchsia #D33DBD
RGB
CMYK
RGB Variations
Color information
#D33DBD (or 0xD33DBD) is known color: Fuchsia. HEX triplet: D3, 3D and BD. RGB value is (211,61,189). Sum of RGB (Red+Green+Blue) = 211+61+189=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DBD is #2CC242. Grayscale: #787878. Windows color (decimal): -2933315 or 12402131. OLE color: 12402131.
HSL color Cylindrical-coordinate representation of color #D33DBD: hue angle of 308.8º 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 #D33DBD is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 189 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.17 |
| HSL | 308.8º | 0.63% | 0.53% | - |
| HSV(B) | 308.8º | 0.71% | 0.83% | - |
| XYZ | 37.72 | 20.86 | 50.18 | - |
| YUV | 120.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 189 | 0 | 0.71 | 0.10 | 0.17 | 308.8 | 0.63 | 0.53 |
| Hex | D3 | 3D | BD | 0 | 47 | A | 11 | 135 | 3F | 35 |
| Octal | 323 | 75 | 275 | 0 | 107 | 12 | 21 | 465 | 77 | 65 |
| Binary | 11010011 | 111101 | 10111101 | 0 | 1000111 | 1010 | 10001 | 100110101 | 111111 | 110101 |
Color Harmonies of #D33DBD
Complementary color
Monochromatic Colors of #D33DBD
Black with #D33DBD
Text Example
Text Example
White with #D33DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DBD; }
p { color: rgb(211,61,189); }
H1.HeaderClassName
{
color: #D33DBD;
}
.AnyTagClassName
{
color: #D33DBD;
}
</style>
background-color css
<style>
a { background-color: #D33DBD; }
a { background-color: rgb(211,61,189); }
div.DivClassName
{
background-color: #D33DBD;
}
.BgClassName
{
background-color: #D33DBD;
}
</style>
border-color css
<style>
span { border-color: #D33DBD; }
span { border-color: rgb(211,61,189); }
td.TdClassName
{
border-color: #D33DBD;
}
.TagClassName
{
border-color: #D33DBD;
}
</style>