Shades of Fuchsia #D553B7
Tints of Fuchsia #D553B7
RGB
CMYK
RGB Variations
Color information
#D553B7 (or 0xD553B7) is known color: Fuchsia. HEX triplet: D5, 53 and B7. RGB value is (213,83,183). Sum of RGB (Red+Green+Blue) = 213+83+183=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553B7 is #2AAC48. Grayscale: #858585. Windows color (decimal): -2796617 or 12014549. OLE color: 12014549.
HSL color Cylindrical-coordinate representation of color #D553B7: hue angle of 313.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553B7 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 183 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.16 |
| HSL | 313.85º | 0.61% | 0.58% | - |
| HSV(B) | 313.85º | 0.61% | 0.84% | - |
| XYZ | 39.08 | 23.75 | 47.32 | - |
| YUV | 133.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 183 | 0 | 0.61 | 0.14 | 0.16 | 313.85 | 0.61 | 0.58 |
| Hex | D5 | 53 | B7 | 0 | 3D | E | 10 | 13A | 3D | 3A |
| Octal | 325 | 123 | 267 | 0 | 75 | 16 | 20 | 472 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10110111 | 0 | 111101 | 1110 | 10000 | 100111010 | 111101 | 111010 |
Color Harmonies of #D553B7
Complementary color
Monochromatic Colors of #D553B7
Black with #D553B7
Text Example
Text Example
White with #D553B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553B7; }
p { color: rgb(213,83,183); }
H1.HeaderClassName
{
color: #D553B7;
}
.AnyTagClassName
{
color: #D553B7;
}
</style>
background-color css
<style>
a { background-color: #D553B7; }
a { background-color: rgb(213,83,183); }
div.DivClassName
{
background-color: #D553B7;
}
.BgClassName
{
background-color: #D553B7;
}
</style>
border-color css
<style>
span { border-color: #D553B7; }
span { border-color: rgb(213,83,183); }
td.TdClassName
{
border-color: #D553B7;
}
.TagClassName
{
border-color: #D553B7;
}
</style>