Html Css Color HEX #DE55E1 Free Speech Magenta

📋 copy color: '#DE55E1'

red 222 ◦ green 85 ◦ blue 225

#DE55E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DE55E1

Tints of Free Speech Magenta #DE55E1

RGB

 RED value IS 222 (87.11% from 255) = 41.73%

 GREEN value IS 85 (33.59% from 255) = 15.98%

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 41.73%
G = 15.98%
B = 42.29%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DE55E1 (or 0xDE55E1) is known color: Free Speech Magenta. HEX triplet: DE, 55 and E1. RGB value is (222,85,225). Sum of RGB (Red+Green+Blue) = 222+85+225=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE55E1 is #21AA1E. Grayscale: #8D8D8D. Windows color (decimal): -2206239 or 14767582. OLE color: 14767582.

HSL color Cylindrical-coordinate representation of color #DE55E1: hue angle of 298.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE55E1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 85 225 -
CMYK 0.01 0.62 0 0.12
HSL 298.71º 0.7% 0.61% -
HSV(B) 298.71º 0.62% 0.88% -
XYZ 46.96 27.46 74.06 -
YUV 141.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 222 85 225 0.01 0.62 0 0.12 298.71 0.7 0.61
Hex DE 55 E1 1 3E 0 C 12B 46 3D
Octal 336 125 341 1 76 0 14 453 106 75
Binary 11011110 1010101 11100001 1 111110 0 1100 100101011 1000110 111101

Color Harmonies of #DE55E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE55E1

Black with #DE55E1

Text Example


Text Example

White with #DE55E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE55E1; }

 p { color: rgb(222,85,225); }

 H1.HeaderClassName
 {
   color: #DE55E1;
 }
 .AnyTagClassName
 {
   color: #DE55E1;
 }
</style>

background-color css

<style>
 a { background-color: #DE55E1; }

 a { background-color: rgb(222,85,225); }

 div.DivClassName
 {
   background-color: #DE55E1;
 }
 .BgClassName
 {
   background-color: #DE55E1;
 }
</style>

border-color css

<style>
 span { border-color: #DE55E1; }

 span { border-color: rgb(222,85,225); }

 td.TdClassName
 {
   border-color: #DE55E1;
 }
 .TagClassName
 {
   border-color: #DE55E1;
 }
</style>