Html Css Color HEX #D550D4 Free Speech Magenta
📋 copy color: '#D550D4'red 213 ◦ green 80 ◦ blue 212
Shades of Free Speech Magenta #D550D4
Tints of Free Speech Magenta #D550D4
RGB
CMYK
RGB Variations
Color information
#D550D4 (or 0xD550D4) is known color: Free Speech Magenta. HEX triplet: D5, 50 and D4. RGB value is (213,80,212). Sum of RGB (Red+Green+Blue) = 213+80+212=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D550D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550D4 is #2AAF2B. Grayscale: #868686. Windows color (decimal): -2797356 or 13914325. OLE color: 13914325.
HSL color Cylindrical-coordinate representation of color #D550D4: hue angle of 300.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550D4 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 212 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.16 |
| HSL | 300.45º | 0.61% | 0.57% | - |
| HSV(B) | 300.45º | 0.62% | 0.84% | - |
| XYZ | 42.19 | 24.64 | 64.82 | - |
| YUV | 134.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 212 | 0 | 0.62 | 0.00 | 0.16 | 300.45 | 0.61 | 0.57 |
| Hex | D5 | 50 | D4 | 0 | 3E | 0 | 10 | 12C | 3D | 39 |
| Octal | 325 | 120 | 324 | 0 | 76 | 0 | 20 | 454 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11010100 | 0 | 111110 | 0 | 10000 | 100101100 | 111101 | 111001 |
Color Harmonies of #D550D4
Complementary color
Monochromatic Colors of #D550D4
Black with #D550D4
Text Example
Text Example
White with #D550D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550D4; }
p { color: rgb(213,80,212); }
H1.HeaderClassName
{
color: #D550D4;
}
.AnyTagClassName
{
color: #D550D4;
}
</style>
background-color css
<style>
a { background-color: #D550D4; }
a { background-color: rgb(213,80,212); }
div.DivClassName
{
background-color: #D550D4;
}
.BgClassName
{
background-color: #D550D4;
}
</style>
border-color css
<style>
span { border-color: #D550D4; }
span { border-color: rgb(213,80,212); }
td.TdClassName
{
border-color: #D550D4;
}
.TagClassName
{
border-color: #D550D4;
}
</style>