Html Css Color HEX #D553DA Free Speech Magenta
📋 copy color: '#D553DA'red 213 ◦ green 83 ◦ blue 218
Shades of Free Speech Magenta #D553DA
Tints of Free Speech Magenta #D553DA
RGB
CMYK
RGB Variations
Color information
#D553DA (or 0xD553DA) is known color: Free Speech Magenta. HEX triplet: D5, 53 and DA. RGB value is (213,83,218). Sum of RGB (Red+Green+Blue) = 213+83+218=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #D553DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553DA is #2AAC25. Grayscale: #888888. Windows color (decimal): -2796582 or 14308309. OLE color: 14308309.
HSL color Cylindrical-coordinate representation of color #D553DA: hue angle of 297.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D553DA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 83 | 218 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.15 |
| HSL | 297.78º | 0.65% | 0.59% | - |
| HSV(B) | 297.78º | 0.62% | 0.85% | - |
| XYZ | 43.19 | 25.39 | 68.96 | - |
| YUV | 137.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 218 | 0.02 | 0.62 | 0 | 0.15 | 297.78 | 0.65 | 0.59 |
| Hex | D5 | 53 | DA | 2 | 3E | 0 | F | 12A | 41 | 3B |
| Octal | 325 | 123 | 332 | 2 | 76 | 0 | 17 | 452 | 101 | 73 |
| Binary | 11010101 | 1010011 | 11011010 | 10 | 111110 | 0 | 1111 | 100101010 | 1000001 | 111011 |
Color Harmonies of #D553DA
Complementary color
Monochromatic Colors of #D553DA
Black with #D553DA
Text Example
Text Example
White with #D553DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553DA; }
p { color: rgb(213,83,218); }
H1.HeaderClassName
{
color: #D553DA;
}
.AnyTagClassName
{
color: #D553DA;
}
</style>
background-color css
<style>
a { background-color: #D553DA; }
a { background-color: rgb(213,83,218); }
div.DivClassName
{
background-color: #D553DA;
}
.BgClassName
{
background-color: #D553DA;
}
</style>
border-color css
<style>
span { border-color: #D553DA; }
span { border-color: rgb(213,83,218); }
td.TdClassName
{
border-color: #D553DA;
}
.TagClassName
{
border-color: #D553DA;
}
</style>