Html Css Color HEX #D557CB Free Speech Magenta
📋 copy color: '#D557CB'red 213 ◦ green 87 ◦ blue 203
Shades of Free Speech Magenta #D557CB
Tints of Free Speech Magenta #D557CB
RGB
CMYK
RGB Variations
Color information
#D557CB (or 0xD557CB) is known color: Free Speech Magenta. HEX triplet: D5, 57 and CB. RGB value is (213,87,203). Sum of RGB (Red+Green+Blue) = 213+87+203=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D557CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557CB is #2AA834. Grayscale: #898989. Windows color (decimal): -2795573 or 13326293. OLE color: 13326293.
HSL color Cylindrical-coordinate representation of color #D557CB: hue angle of 304.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D557CB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 203 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.16 |
| HSL | 304.76º | 0.6% | 0.59% | - |
| HSV(B) | 304.76º | 0.59% | 0.84% | - |
| XYZ | 41.63 | 25.27 | 59.18 | - |
| YUV | 137.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 203 | 0 | 0.59 | 0.05 | 0.16 | 304.76 | 0.6 | 0.59 |
| Hex | D5 | 57 | CB | 0 | 3B | 5 | 10 | 131 | 3C | 3B |
| Octal | 325 | 127 | 313 | 0 | 73 | 5 | 20 | 461 | 74 | 73 |
| Binary | 11010101 | 1010111 | 11001011 | 0 | 111011 | 101 | 10000 | 100110001 | 111100 | 111011 |
Color Harmonies of #D557CB
Complementary color
Monochromatic Colors of #D557CB
Black with #D557CB
Text Example
Text Example
White with #D557CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557CB; }
p { color: rgb(213,87,203); }
H1.HeaderClassName
{
color: #D557CB;
}
.AnyTagClassName
{
color: #D557CB;
}
</style>
background-color css
<style>
a { background-color: #D557CB; }
a { background-color: rgb(213,87,203); }
div.DivClassName
{
background-color: #D557CB;
}
.BgClassName
{
background-color: #D557CB;
}
</style>
border-color css
<style>
span { border-color: #D557CB; }
span { border-color: rgb(213,87,203); }
td.TdClassName
{
border-color: #D557CB;
}
.TagClassName
{
border-color: #D557CB;
}
</style>