Shades of Fuchsia #DD57B3
Tints of Fuchsia #DD57B3
RGB
CMYK
RGB Variations
Color information
#DD57B3 (or 0xDD57B3) is known color: Fuchsia. HEX triplet: DD, 57 and B3. RGB value is (221,87,179). Sum of RGB (Red+Green+Blue) = 221+87+179=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57B3 is #22A84C. Grayscale: #898989. Windows color (decimal): -2271309 or 11753437. OLE color: 11753437.
HSL color Cylindrical-coordinate representation of color #DD57B3: hue angle of 318.81º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57B3 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 179 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.13 |
| HSL | 318.81º | 0.66% | 0.6% | - |
| HSV(B) | 318.81º | 0.61% | 0.87% | - |
| XYZ | 41.36 | 25.44 | 45.38 | - |
| YUV | 137.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 179 | 0 | 0.61 | 0.19 | 0.13 | 318.81 | 0.66 | 0.6 |
| Hex | DD | 57 | B3 | 0 | 3D | 13 | D | 13F | 42 | 3C |
| Octal | 335 | 127 | 263 | 0 | 75 | 23 | 15 | 477 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10110011 | 0 | 111101 | 10011 | 1101 | 100111111 | 1000010 | 111100 |
Color Harmonies of #DD57B3
Complementary color
Monochromatic Colors of #DD57B3
Black with #DD57B3
Text Example
Text Example
White with #DD57B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57B3; }
p { color: rgb(221,87,179); }
H1.HeaderClassName
{
color: #DD57B3;
}
.AnyTagClassName
{
color: #DD57B3;
}
</style>
background-color css
<style>
a { background-color: #DD57B3; }
a { background-color: rgb(221,87,179); }
div.DivClassName
{
background-color: #DD57B3;
}
.BgClassName
{
background-color: #DD57B3;
}
</style>
border-color css
<style>
span { border-color: #DD57B3; }
span { border-color: rgb(221,87,179); }
td.TdClassName
{
border-color: #DD57B3;
}
.TagClassName
{
border-color: #DD57B3;
}
</style>