Html Css Color HEX #D558CB Free Speech Magenta
📋 copy color: '#D558CB'red 213 ◦ green 88 ◦ blue 203
Shades of Free Speech Magenta #D558CB
Tints of Free Speech Magenta #D558CB
RGB
CMYK
RGB Variations
Color information
#D558CB (or 0xD558CB) is known color: Free Speech Magenta. HEX triplet: D5, 58 and CB. RGB value is (213,88,203). Sum of RGB (Red+Green+Blue) = 213+88+203=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D558CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558CB is #2AA734. Grayscale: #8A8A8A. Windows color (decimal): -2795317 or 13326549. OLE color: 13326549.
HSL color Cylindrical-coordinate representation of color #D558CB: hue angle of 304.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558CB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 203 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.16 |
| HSL | 304.8º | 0.6% | 0.59% | - |
| HSV(B) | 304.8º | 0.59% | 0.84% | - |
| XYZ | 41.71 | 25.44 | 59.21 | - |
| YUV | 138.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 203 | 0 | 0.59 | 0.05 | 0.16 | 304.8 | 0.6 | 0.59 |
| Hex | D5 | 58 | CB | 0 | 3B | 5 | 10 | 131 | 3C | 3B |
| Octal | 325 | 130 | 313 | 0 | 73 | 5 | 20 | 461 | 74 | 73 |
| Binary | 11010101 | 1011000 | 11001011 | 0 | 111011 | 101 | 10000 | 100110001 | 111100 | 111011 |
Color Harmonies of #D558CB
Complementary color
Monochromatic Colors of #D558CB
Black with #D558CB
Text Example
Text Example
White with #D558CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558CB; }
p { color: rgb(213,88,203); }
H1.HeaderClassName
{
color: #D558CB;
}
.AnyTagClassName
{
color: #D558CB;
}
</style>
background-color css
<style>
a { background-color: #D558CB; }
a { background-color: rgb(213,88,203); }
div.DivClassName
{
background-color: #D558CB;
}
.BgClassName
{
background-color: #D558CB;
}
</style>
border-color css
<style>
span { border-color: #D558CB; }
span { border-color: rgb(213,88,203); }
td.TdClassName
{
border-color: #D558CB;
}
.TagClassName
{
border-color: #D558CB;
}
</style>