Shades of Fuchsia #D33DB7
Tints of Fuchsia #D33DB7
RGB
CMYK
RGB Variations
Color information
#D33DB7 (or 0xD33DB7) is known color: Fuchsia. HEX triplet: D3, 3D and B7. RGB value is (211,61,183). Sum of RGB (Red+Green+Blue) = 211+61+183=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DB7 is #2CC248. Grayscale: #777777. Windows color (decimal): -2933321 or 12008915. OLE color: 12008915.
HSL color Cylindrical-coordinate representation of color #D33DB7: hue angle of 311.2º 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 #D33DB7 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 183 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.17 |
| HSL | 311.2º | 0.63% | 0.53% | - |
| HSV(B) | 311.2º | 0.71% | 0.83% | - |
| XYZ | 37.08 | 20.61 | 46.82 | - |
| YUV | 119.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 183 | 0 | 0.71 | 0.13 | 0.17 | 311.2 | 0.63 | 0.53 |
| Hex | D3 | 3D | B7 | 0 | 47 | D | 11 | 137 | 3F | 35 |
| Octal | 323 | 75 | 267 | 0 | 107 | 15 | 21 | 467 | 77 | 65 |
| Binary | 11010011 | 111101 | 10110111 | 0 | 1000111 | 1101 | 10001 | 100110111 | 111111 | 110101 |
Color Harmonies of #D33DB7
Complementary color
Monochromatic Colors of #D33DB7
Black with #D33DB7
Text Example
Text Example
White with #D33DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DB7; }
p { color: rgb(211,61,183); }
H1.HeaderClassName
{
color: #D33DB7;
}
.AnyTagClassName
{
color: #D33DB7;
}
</style>
background-color css
<style>
a { background-color: #D33DB7; }
a { background-color: rgb(211,61,183); }
div.DivClassName
{
background-color: #D33DB7;
}
.BgClassName
{
background-color: #D33DB7;
}
</style>
border-color css
<style>
span { border-color: #D33DB7; }
span { border-color: rgb(211,61,183); }
td.TdClassName
{
border-color: #D33DB7;
}
.TagClassName
{
border-color: #D33DB7;
}
</style>