Html Css Color HEX #DE63E5 Free Speech Magenta

📋 copy color: '#DE63E5'

red 222 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #DE63E5

Tints of Free Speech Magenta #DE63E5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 40.36%
G = 18%
B = 41.64%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE63E5 (or 0xDE63E5) is known color: Free Speech Magenta. HEX triplet: DE, 63 and E5. RGB value is (222,99,229). Sum of RGB (Red+Green+Blue) = 222+99+229=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63E5 is #219C1A. Grayscale: #969696. Windows color (decimal): -2202651 or 15033310. OLE color: 15033310.

HSL color Cylindrical-coordinate representation of color #DE63E5: hue angle of 296.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE63E5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 99 229 -
CMYK 0.03 0.57 0 0.10
HSL 296.77º 0.71% 0.64% -
HSV(B) 296.77º 0.57% 0.9% -
XYZ 48.73 30.11 77.37 -
YUV 150.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 222 99 229 0.03 0.57 0 0.10 296.77 0.71 0.64
Hex DE 63 E5 3 39 0 A 129 47 40
Octal 336 143 345 3 71 0 12 451 107 100
Binary 11011110 1100011 11100101 11 111001 0 1010 100101001 1000111 1000000

Color Harmonies of #DE63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63E5

Black with #DE63E5

Text Example


Text Example

White with #DE63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63E5; }

 p { color: rgb(222,99,229); }

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

background-color css

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

 a { background-color: rgb(222,99,229); }

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

border-color css

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

 span { border-color: rgb(222,99,229); }

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