Shades of Fuchsia #D55DAE
Tints of Fuchsia #D55DAE
RGB
CMYK
RGB Variations
Color information
#D55DAE (or 0xD55DAE) is known color: Fuchsia. HEX triplet: D5, 5D and AE. RGB value is (213,93,174). Sum of RGB (Red+Green+Blue) = 213+93+174=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DAE is #2AA251. Grayscale: #898989. Windows color (decimal): -2794066 or 11427285. OLE color: 11427285.
HSL color Cylindrical-coordinate representation of color #D55DAE: hue angle of 319.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DAE is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 174 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.16 |
| HSL | 319.5º | 0.59% | 0.6% | - |
| HSV(B) | 319.5º | 0.56% | 0.84% | - |
| XYZ | 38.99 | 25.03 | 42.82 | - |
| YUV | 138.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 174 | 0 | 0.56 | 0.18 | 0.16 | 319.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | AE | 0 | 38 | 12 | 10 | 140 | 3B | 3C |
| Octal | 325 | 135 | 256 | 0 | 70 | 22 | 20 | 500 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10101110 | 0 | 111000 | 10010 | 10000 | 101000000 | 111011 | 111100 |
Color Harmonies of #D55DAE
Complementary color
Monochromatic Colors of #D55DAE
Black with #D55DAE
Text Example
Text Example
White with #D55DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DAE; }
p { color: rgb(213,93,174); }
H1.HeaderClassName
{
color: #D55DAE;
}
.AnyTagClassName
{
color: #D55DAE;
}
</style>
background-color css
<style>
a { background-color: #D55DAE; }
a { background-color: rgb(213,93,174); }
div.DivClassName
{
background-color: #D55DAE;
}
.BgClassName
{
background-color: #D55DAE;
}
</style>
border-color css
<style>
span { border-color: #D55DAE; }
span { border-color: rgb(213,93,174); }
td.TdClassName
{
border-color: #D55DAE;
}
.TagClassName
{
border-color: #D55DAE;
}
</style>