Html Css Color HEX #D552CB Free Speech Magenta
📋 copy color: '#D552CB'red 213 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #D552CB
Tints of Free Speech Magenta #D552CB
RGB
CMYK
RGB Variations
Color information
#D552CB (or 0xD552CB) is known color: Free Speech Magenta. HEX triplet: D5, 52 and CB. RGB value is (213,82,203). Sum of RGB (Red+Green+Blue) = 213+82+203=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CB is #2AAD34. Grayscale: #868686. Windows color (decimal): -2796853 or 13325013. OLE color: 13325013.
HSL color Cylindrical-coordinate representation of color #D552CB: hue angle of 304.58º 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 #D552CB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 203 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.16 |
| HSL | 304.58º | 0.61% | 0.58% | - |
| HSV(B) | 304.58º | 0.62% | 0.84% | - |
| XYZ | 41.24 | 24.49 | 59.05 | - |
| YUV | 134.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 203 | 0 | 0.62 | 0.05 | 0.16 | 304.58 | 0.61 | 0.58 |
| Hex | D5 | 52 | CB | 0 | 3E | 5 | 10 | 131 | 3D | 3A |
| Octal | 325 | 122 | 313 | 0 | 76 | 5 | 20 | 461 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11001011 | 0 | 111110 | 101 | 10000 | 100110001 | 111101 | 111010 |
Color Harmonies of #D552CB
Complementary color
Monochromatic Colors of #D552CB
Black with #D552CB
Text Example
Text Example
White with #D552CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552CB; }
p { color: rgb(213,82,203); }
H1.HeaderClassName
{
color: #D552CB;
}
.AnyTagClassName
{
color: #D552CB;
}
</style>
background-color css
<style>
a { background-color: #D552CB; }
a { background-color: rgb(213,82,203); }
div.DivClassName
{
background-color: #D552CB;
}
.BgClassName
{
background-color: #D552CB;
}
</style>
border-color css
<style>
span { border-color: #D552CB; }
span { border-color: rgb(213,82,203); }
td.TdClassName
{
border-color: #D552CB;
}
.TagClassName
{
border-color: #D552CB;
}
</style>