Html Css Color HEX #D55CCF Free Speech Magenta
📋 copy color: '#D55CCF'red 213 ◦ green 92 ◦ blue 207
Shades of Free Speech Magenta #D55CCF
Tints of Free Speech Magenta #D55CCF
RGB
CMYK
RGB Variations
Color information
#D55CCF (or 0xD55CCF) is known color: Free Speech Magenta. HEX triplet: D5, 5C and CF. RGB value is (213,92,207). Sum of RGB (Red+Green+Blue) = 213+92+207=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCF is #2AA330. Grayscale: #8C8C8C. Windows color (decimal): -2794289 or 13589717. OLE color: 13589717.
HSL color Cylindrical-coordinate representation of color #D55CCF: hue angle of 302.98º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CCF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 207 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.16 |
| HSL | 302.98º | 0.59% | 0.6% | - |
| HSV(B) | 302.98º | 0.57% | 0.84% | - |
| XYZ | 42.53 | 26.31 | 61.87 | - |
| YUV | 141.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 207 | 0 | 0.57 | 0.03 | 0.16 | 302.98 | 0.59 | 0.6 |
| Hex | D5 | 5C | CF | 0 | 39 | 3 | 10 | 12F | 3B | 3C |
| Octal | 325 | 134 | 317 | 0 | 71 | 3 | 20 | 457 | 73 | 74 |
| Binary | 11010101 | 1011100 | 11001111 | 0 | 111001 | 11 | 10000 | 100101111 | 111011 | 111100 |
Color Harmonies of #D55CCF
Complementary color
Monochromatic Colors of #D55CCF
Black with #D55CCF
Text Example
Text Example
White with #D55CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CCF; }
p { color: rgb(213,92,207); }
H1.HeaderClassName
{
color: #D55CCF;
}
.AnyTagClassName
{
color: #D55CCF;
}
</style>
background-color css
<style>
a { background-color: #D55CCF; }
a { background-color: rgb(213,92,207); }
div.DivClassName
{
background-color: #D55CCF;
}
.BgClassName
{
background-color: #D55CCF;
}
</style>
border-color css
<style>
span { border-color: #D55CCF; }
span { border-color: rgb(213,92,207); }
td.TdClassName
{
border-color: #D55CCF;
}
.TagClassName
{
border-color: #D55CCF;
}
</style>