Html Css Color HEX #DE65E1 Free Speech Magenta
📋 copy color: '#DE65E1'red 222 ◦ green 101 ◦ blue 225
Shades of Free Speech Magenta #DE65E1
Tints of Free Speech Magenta #DE65E1
RGB
CMYK
RGB Variations
Color information
#DE65E1 (or 0xDE65E1) is known color: Free Speech Magenta. HEX triplet: DE, 65 and E1. RGB value is (222,101,225). Sum of RGB (Red+Green+Blue) = 222+101+225=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE65E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE65E1 is #219A1E. Grayscale: #969696. Windows color (decimal): -2202143 or 14771678. OLE color: 14771678.
HSL color Cylindrical-coordinate representation of color #DE65E1: hue angle of 298.55º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE65E1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 101 | 225 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.12 |
| HSL | 298.55º | 0.67% | 0.64% | - |
| HSV(B) | 298.55º | 0.55% | 0.88% | - |
| XYZ | 48.37 | 30.27 | 74.53 | - |
| YUV | 151.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 225 | 0.01 | 0.55 | 0 | 0.12 | 298.55 | 0.67 | 0.64 |
| Hex | DE | 65 | E1 | 1 | 37 | 0 | C | 12B | 43 | 40 |
| Octal | 336 | 145 | 341 | 1 | 67 | 0 | 14 | 453 | 103 | 100 |
| Binary | 11011110 | 1100101 | 11100001 | 1 | 110111 | 0 | 1100 | 100101011 | 1000011 | 1000000 |
Color Harmonies of #DE65E1
Complementary color
Monochromatic Colors of #DE65E1
Black with #DE65E1
Text Example
Text Example
White with #DE65E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE65E1; }
p { color: rgb(222,101,225); }
H1.HeaderClassName
{
color: #DE65E1;
}
.AnyTagClassName
{
color: #DE65E1;
}
</style>
background-color css
<style>
a { background-color: #DE65E1; }
a { background-color: rgb(222,101,225); }
div.DivClassName
{
background-color: #DE65E1;
}
.BgClassName
{
background-color: #DE65E1;
}
</style>
border-color css
<style>
span { border-color: #DE65E1; }
span { border-color: rgb(222,101,225); }
td.TdClassName
{
border-color: #DE65E1;
}
.TagClassName
{
border-color: #DE65E1;
}
</style>