Html Css Color HEX #DE5FBB Free Speech Magenta
📋 copy color: '#DE5FBB'red 222 ◦ green 95 ◦ blue 187
Shades of Free Speech Magenta #DE5FBB
Tints of Free Speech Magenta #DE5FBB
RGB
CMYK
RGB Variations
Color information
#DE5FBB (or 0xDE5FBB) is known color: Free Speech Magenta. HEX triplet: DE, 5F and BB. RGB value is (222,95,187). Sum of RGB (Red+Green+Blue) = 222+95+187=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5FBB is #21A044. Grayscale: #8F8F8F. Windows color (decimal): -2203717 or 12279774. OLE color: 12279774.
HSL color Cylindrical-coordinate representation of color #DE5FBB: hue angle of 316.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE5FBB is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 95 | 187 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.13 |
| HSL | 316.54º | 0.66% | 0.62% | - |
| HSV(B) | 316.54º | 0.57% | 0.87% | - |
| XYZ | 43.19 | 27.3 | 50.01 | - |
| YUV | 143.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 95 | 187 | 0 | 0.57 | 0.16 | 0.13 | 316.54 | 0.66 | 0.62 |
| Hex | DE | 5F | BB | 0 | 39 | 10 | D | 13D | 42 | 3E |
| Octal | 336 | 137 | 273 | 0 | 71 | 20 | 15 | 475 | 102 | 76 |
| Binary | 11011110 | 1011111 | 10111011 | 0 | 111001 | 10000 | 1101 | 100111101 | 1000010 | 111110 |
Color Harmonies of #DE5FBB
Complementary color
Monochromatic Colors of #DE5FBB
Black with #DE5FBB
Text Example
Text Example
White with #DE5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5FBB; }
p { color: rgb(222,95,187); }
H1.HeaderClassName
{
color: #DE5FBB;
}
.AnyTagClassName
{
color: #DE5FBB;
}
</style>
background-color css
<style>
a { background-color: #DE5FBB; }
a { background-color: rgb(222,95,187); }
div.DivClassName
{
background-color: #DE5FBB;
}
.BgClassName
{
background-color: #DE5FBB;
}
</style>
border-color css
<style>
span { border-color: #DE5FBB; }
span { border-color: rgb(222,95,187); }
td.TdClassName
{
border-color: #DE5FBB;
}
.TagClassName
{
border-color: #DE5FBB;
}
</style>