Html Css Color HEX #DE60CB Free Speech Magenta
📋 copy color: '#DE60CB'red 222 ◦ green 96 ◦ blue 203
Shades of Free Speech Magenta #DE60CB
Tints of Free Speech Magenta #DE60CB
RGB
CMYK
RGB Variations
Color information
#DE60CB (or 0xDE60CB) is known color: Free Speech Magenta. HEX triplet: DE, 60 and CB. RGB value is (222,96,203). Sum of RGB (Red+Green+Blue) = 222+96+203=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE60CB is #219F34. Grayscale: #919191. Windows color (decimal): -2203445 or 13328606. OLE color: 13328606.
HSL color Cylindrical-coordinate representation of color #DE60CB: hue angle of 309.05º 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 #DE60CB is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 203 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 309.05º | 0.66% | 0.62% | - |
| HSV(B) | 309.05º | 0.57% | 0.87% | - |
| XYZ | 45.09 | 28.21 | 59.57 | - |
| YUV | 145.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 203 | 0 | 0.57 | 0.09 | 0.13 | 309.05 | 0.66 | 0.62 |
| Hex | DE | 60 | CB | 0 | 39 | 9 | D | 135 | 42 | 3E |
| Octal | 336 | 140 | 313 | 0 | 71 | 11 | 15 | 465 | 102 | 76 |
| Binary | 11011110 | 1100000 | 11001011 | 0 | 111001 | 1001 | 1101 | 100110101 | 1000010 | 111110 |
Color Harmonies of #DE60CB
Complementary color
Monochromatic Colors of #DE60CB
Black with #DE60CB
Text Example
Text Example
White with #DE60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE60CB; }
p { color: rgb(222,96,203); }
H1.HeaderClassName
{
color: #DE60CB;
}
.AnyTagClassName
{
color: #DE60CB;
}
</style>
background-color css
<style>
a { background-color: #DE60CB; }
a { background-color: rgb(222,96,203); }
div.DivClassName
{
background-color: #DE60CB;
}
.BgClassName
{
background-color: #DE60CB;
}
</style>
border-color css
<style>
span { border-color: #DE60CB; }
span { border-color: rgb(222,96,203); }
td.TdClassName
{
border-color: #DE60CB;
}
.TagClassName
{
border-color: #DE60CB;
}
</style>