Shades of Fuchsia #DD53B3
Tints of Fuchsia #DD53B3
RGB
CMYK
RGB Variations
Color information
#DD53B3 (or 0xDD53B3) is known color: Fuchsia. HEX triplet: DD, 53 and B3. RGB value is (221,83,179). Sum of RGB (Red+Green+Blue) = 221+83+179=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53B3 is #22AC4C. Grayscale: #868686. Windows color (decimal): -2272333 or 11752413. OLE color: 11752413.
HSL color Cylindrical-coordinate representation of color #DD53B3: hue angle of 318.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53B3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 179 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.26º | 0.67% | 0.6% | - |
| HSV(B) | 318.26º | 0.62% | 0.87% | - |
| XYZ | 41.05 | 24.81 | 45.27 | - |
| YUV | 135.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 179 | 0 | 0.62 | 0.19 | 0.13 | 318.26 | 0.67 | 0.6 |
| Hex | DD | 53 | B3 | 0 | 3E | 13 | D | 13E | 43 | 3C |
| Octal | 335 | 123 | 263 | 0 | 76 | 23 | 15 | 476 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10110011 | 0 | 111110 | 10011 | 1101 | 100111110 | 1000011 | 111100 |
Color Harmonies of #DD53B3
Complementary color
Monochromatic Colors of #DD53B3
Black with #DD53B3
Text Example
Text Example
White with #DD53B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53B3; }
p { color: rgb(221,83,179); }
H1.HeaderClassName
{
color: #DD53B3;
}
.AnyTagClassName
{
color: #DD53B3;
}
</style>
background-color css
<style>
a { background-color: #DD53B3; }
a { background-color: rgb(221,83,179); }
div.DivClassName
{
background-color: #DD53B3;
}
.BgClassName
{
background-color: #DD53B3;
}
</style>
border-color css
<style>
span { border-color: #DD53B3; }
span { border-color: rgb(221,83,179); }
td.TdClassName
{
border-color: #DD53B3;
}
.TagClassName
{
border-color: #DD53B3;
}
</style>