Html Css Color HEX #D552CC Free Speech Magenta
📋 copy color: '#D552CC'red 213 ◦ green 82 ◦ blue 204
Shades of Free Speech Magenta #D552CC
Tints of Free Speech Magenta #D552CC
RGB
CMYK
RGB Variations
Color information
#D552CC (or 0xD552CC) is known color: Free Speech Magenta. HEX triplet: D5, 52 and CC. RGB value is (213,82,204). Sum of RGB (Red+Green+Blue) = 213+82+204=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CC is #2AAD33. Grayscale: #868686. Windows color (decimal): -2796852 or 13390549. OLE color: 13390549.
HSL color Cylindrical-coordinate representation of color #D552CC: hue angle of 304.12º 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 #D552CC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 204 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.16 |
| HSL | 304.12º | 0.61% | 0.58% | - |
| HSV(B) | 304.12º | 0.62% | 0.84% | - |
| XYZ | 41.36 | 24.54 | 59.68 | - |
| YUV | 135.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 204 | 0 | 0.62 | 0.04 | 0.16 | 304.12 | 0.61 | 0.58 |
| Hex | D5 | 52 | CC | 0 | 3E | 4 | 10 | 130 | 3D | 3A |
| Octal | 325 | 122 | 314 | 0 | 76 | 4 | 20 | 460 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11001100 | 0 | 111110 | 100 | 10000 | 100110000 | 111101 | 111010 |
Color Harmonies of #D552CC
Complementary color
Monochromatic Colors of #D552CC
Black with #D552CC
Text Example
Text Example
White with #D552CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552CC; }
p { color: rgb(213,82,204); }
H1.HeaderClassName
{
color: #D552CC;
}
.AnyTagClassName
{
color: #D552CC;
}
</style>
background-color css
<style>
a { background-color: #D552CC; }
a { background-color: rgb(213,82,204); }
div.DivClassName
{
background-color: #D552CC;
}
.BgClassName
{
background-color: #D552CC;
}
</style>
border-color css
<style>
span { border-color: #D552CC; }
span { border-color: rgb(213,82,204); }
td.TdClassName
{
border-color: #D552CC;
}
.TagClassName
{
border-color: #D552CC;
}
</style>