Html Css Color HEX #D550CA Free Speech Magenta
📋 copy color: '#D550CA'red 213 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #D550CA
Tints of Free Speech Magenta #D550CA
RGB
CMYK
RGB Variations
Color information
#D550CA (or 0xD550CA) is known color: Free Speech Magenta. HEX triplet: D5, 50 and CA. RGB value is (213,80,202). Sum of RGB (Red+Green+Blue) = 213+80+202=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D550CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550CA is #2AAF35. Grayscale: #858585. Windows color (decimal): -2797366 or 13258965. OLE color: 13258965.
HSL color Cylindrical-coordinate representation of color #D550CA: hue angle of 304.96º 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 #D550CA is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 202 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.16 |
| HSL | 304.96º | 0.61% | 0.57% | - |
| HSV(B) | 304.96º | 0.62% | 0.84% | - |
| XYZ | 40.97 | 24.15 | 58.38 | - |
| YUV | 133.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 202 | 0 | 0.62 | 0.05 | 0.16 | 304.96 | 0.61 | 0.57 |
| Hex | D5 | 50 | CA | 0 | 3E | 5 | 10 | 131 | 3D | 39 |
| Octal | 325 | 120 | 312 | 0 | 76 | 5 | 20 | 461 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11001010 | 0 | 111110 | 101 | 10000 | 100110001 | 111101 | 111001 |
Color Harmonies of #D550CA
Complementary color
Monochromatic Colors of #D550CA
Black with #D550CA
Text Example
Text Example
White with #D550CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550CA; }
p { color: rgb(213,80,202); }
H1.HeaderClassName
{
color: #D550CA;
}
.AnyTagClassName
{
color: #D550CA;
}
</style>
background-color css
<style>
a { background-color: #D550CA; }
a { background-color: rgb(213,80,202); }
div.DivClassName
{
background-color: #D550CA;
}
.BgClassName
{
background-color: #D550CA;
}
</style>
border-color css
<style>
span { border-color: #D550CA; }
span { border-color: rgb(213,80,202); }
td.TdClassName
{
border-color: #D550CA;
}
.TagClassName
{
border-color: #D550CA;
}
</style>