Html Css Color HEX #D55DCE Free Speech Magenta
📋 copy color: '#D55DCE'red 213 ◦ green 93 ◦ blue 206
Shades of Free Speech Magenta #D55DCE
Tints of Free Speech Magenta #D55DCE
RGB
CMYK
RGB Variations
Color information
#D55DCE (or 0xD55DCE) is known color: Free Speech Magenta. HEX triplet: D5, 5D and CE. RGB value is (213,93,206). Sum of RGB (Red+Green+Blue) = 213+93+206=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DCE is #2AA231. Grayscale: #8D8D8D. Windows color (decimal): -2794034 or 13524437. OLE color: 13524437.
HSL color Cylindrical-coordinate representation of color #D55DCE: hue angle of 303.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DCE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 206 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.16 |
| HSL | 303.5º | 0.59% | 0.6% | - |
| HSV(B) | 303.5º | 0.56% | 0.84% | - |
| XYZ | 42.5 | 26.43 | 61.25 | - |
| YUV | 141.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 206 | 0 | 0.56 | 0.03 | 0.16 | 303.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | CE | 0 | 38 | 3 | 10 | 130 | 3B | 3C |
| Octal | 325 | 135 | 316 | 0 | 70 | 3 | 20 | 460 | 73 | 74 |
| Binary | 11010101 | 1011101 | 11001110 | 0 | 111000 | 11 | 10000 | 100110000 | 111011 | 111100 |
Color Harmonies of #D55DCE
Complementary color
Monochromatic Colors of #D55DCE
Black with #D55DCE
Text Example
Text Example
White with #D55DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DCE; }
p { color: rgb(213,93,206); }
H1.HeaderClassName
{
color: #D55DCE;
}
.AnyTagClassName
{
color: #D55DCE;
}
</style>
background-color css
<style>
a { background-color: #D55DCE; }
a { background-color: rgb(213,93,206); }
div.DivClassName
{
background-color: #D55DCE;
}
.BgClassName
{
background-color: #D55DCE;
}
</style>
border-color css
<style>
span { border-color: #D55DCE; }
span { border-color: rgb(213,93,206); }
td.TdClassName
{
border-color: #D55DCE;
}
.TagClassName
{
border-color: #D55DCE;
}
</style>