Html Css Color HEX #D551CB Free Speech Magenta
📋 copy color: '#D551CB'red 213 ◦ green 81 ◦ blue 203
Shades of Free Speech Magenta #D551CB
Tints of Free Speech Magenta #D551CB
RGB
CMYK
RGB Variations
Color information
#D551CB (or 0xD551CB) is known color: Free Speech Magenta. HEX triplet: D5, 51 and CB. RGB value is (213,81,203). Sum of RGB (Red+Green+Blue) = 213+81+203=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D551CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551CB is #2AAE34. Grayscale: #868686. Windows color (decimal): -2797109 or 13324757. OLE color: 13324757.
HSL color Cylindrical-coordinate representation of color #D551CB: hue angle of 304.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551CB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 203 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.16 |
| HSL | 304.55º | 0.61% | 0.58% | - |
| HSV(B) | 304.55º | 0.62% | 0.84% | - |
| XYZ | 41.16 | 24.34 | 59.03 | - |
| YUV | 134.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 203 | 0 | 0.62 | 0.05 | 0.16 | 304.55 | 0.61 | 0.58 |
| Hex | D5 | 51 | CB | 0 | 3E | 5 | 10 | 131 | 3D | 3A |
| Octal | 325 | 121 | 313 | 0 | 76 | 5 | 20 | 461 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11001011 | 0 | 111110 | 101 | 10000 | 100110001 | 111101 | 111010 |
Color Harmonies of #D551CB
Complementary color
Monochromatic Colors of #D551CB
Black with #D551CB
Text Example
Text Example
White with #D551CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551CB; }
p { color: rgb(213,81,203); }
H1.HeaderClassName
{
color: #D551CB;
}
.AnyTagClassName
{
color: #D551CB;
}
</style>
background-color css
<style>
a { background-color: #D551CB; }
a { background-color: rgb(213,81,203); }
div.DivClassName
{
background-color: #D551CB;
}
.BgClassName
{
background-color: #D551CB;
}
</style>
border-color css
<style>
span { border-color: #D551CB; }
span { border-color: rgb(213,81,203); }
td.TdClassName
{
border-color: #D551CB;
}
.TagClassName
{
border-color: #D551CB;
}
</style>