Html Css Color HEX #D555CB Free Speech Magenta
📋 copy color: '#D555CB'red 213 ◦ green 85 ◦ blue 203
Shades of Free Speech Magenta #D555CB
Tints of Free Speech Magenta #D555CB
RGB
CMYK
RGB Variations
Color information
#D555CB (or 0xD555CB) is known color: Free Speech Magenta. HEX triplet: D5, 55 and CB. RGB value is (213,85,203). Sum of RGB (Red+Green+Blue) = 213+85+203=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CB is #2AAA34. Grayscale: #888888. Windows color (decimal): -2796085 or 13325781. OLE color: 13325781.
HSL color Cylindrical-coordinate representation of color #D555CB: hue angle of 304.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555CB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 203 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.16 |
| HSL | 304.69º | 0.6% | 0.58% | - |
| HSV(B) | 304.69º | 0.6% | 0.84% | - |
| XYZ | 41.47 | 24.95 | 59.13 | - |
| YUV | 136.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 203 | 0 | 0.60 | 0.05 | 0.16 | 304.69 | 0.6 | 0.58 |
| Hex | D5 | 55 | CB | 0 | 3C | 5 | 10 | 131 | 3C | 3A |
| Octal | 325 | 125 | 313 | 0 | 74 | 5 | 20 | 461 | 74 | 72 |
| Binary | 11010101 | 1010101 | 11001011 | 0 | 111100 | 101 | 10000 | 100110001 | 111100 | 111010 |
Color Harmonies of #D555CB
Complementary color
Monochromatic Colors of #D555CB
Black with #D555CB
Text Example
Text Example
White with #D555CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555CB; }
p { color: rgb(213,85,203); }
H1.HeaderClassName
{
color: #D555CB;
}
.AnyTagClassName
{
color: #D555CB;
}
</style>
background-color css
<style>
a { background-color: #D555CB; }
a { background-color: rgb(213,85,203); }
div.DivClassName
{
background-color: #D555CB;
}
.BgClassName
{
background-color: #D555CB;
}
</style>
border-color css
<style>
span { border-color: #D555CB; }
span { border-color: rgb(213,85,203); }
td.TdClassName
{
border-color: #D555CB;
}
.TagClassName
{
border-color: #D555CB;
}
</style>