Html Css Color HEX #D55CCB Free Speech Magenta
📋 copy color: '#D55CCB'red 213 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #D55CCB
Tints of Free Speech Magenta #D55CCB
RGB
CMYK
RGB Variations
Color information
#D55CCB (or 0xD55CCB) is known color: Free Speech Magenta. HEX triplet: D5, 5C and CB. RGB value is (213,92,203). Sum of RGB (Red+Green+Blue) = 213+92+203=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCB is #2AA334. Grayscale: #8C8C8C. Windows color (decimal): -2794293 or 13327573. OLE color: 13327573.
HSL color Cylindrical-coordinate representation of color #D55CCB: hue angle of 304.96º 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 #D55CCB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 203 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 304.96º | 0.59% | 0.6% | - |
| HSV(B) | 304.96º | 0.57% | 0.84% | - |
| XYZ | 42.05 | 26.11 | 59.32 | - |
| YUV | 140.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 203 | 0 | 0.57 | 0.05 | 0.16 | 304.96 | 0.59 | 0.6 |
| Hex | D5 | 5C | CB | 0 | 39 | 5 | 10 | 131 | 3B | 3C |
| Octal | 325 | 134 | 313 | 0 | 71 | 5 | 20 | 461 | 73 | 74 |
| Binary | 11010101 | 1011100 | 11001011 | 0 | 111001 | 101 | 10000 | 100110001 | 111011 | 111100 |
Color Harmonies of #D55CCB
Complementary color
Monochromatic Colors of #D55CCB
Black with #D55CCB
Text Example
Text Example
White with #D55CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CCB; }
p { color: rgb(213,92,203); }
H1.HeaderClassName
{
color: #D55CCB;
}
.AnyTagClassName
{
color: #D55CCB;
}
</style>
background-color css
<style>
a { background-color: #D55CCB; }
a { background-color: rgb(213,92,203); }
div.DivClassName
{
background-color: #D55CCB;
}
.BgClassName
{
background-color: #D55CCB;
}
</style>
border-color css
<style>
span { border-color: #D55CCB; }
span { border-color: rgb(213,92,203); }
td.TdClassName
{
border-color: #D55CCB;
}
.TagClassName
{
border-color: #D55CCB;
}
</style>