Html Css Color HEX #DE63EC Free Speech Magenta

📋 copy color: '#DE63EC'

red 222 ◦ green 99 ◦ blue 236

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

Shades of Free Speech Magenta #DE63EC

Tints of Free Speech Magenta #DE63EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 39.86%
G = 17.77%
B = 42.37%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE63EC (or 0xDE63EC) is known color: Free Speech Magenta. HEX triplet: DE, 63 and EC. RGB value is (222,99,236). Sum of RGB (Red+Green+Blue) = 222+99+236=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE63EC is #219C13. Grayscale: #969696. Windows color (decimal): -2202644 or 15492062. OLE color: 15492062.

HSL color Cylindrical-coordinate representation of color #DE63EC: hue angle of 293.87º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE63EC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 99 236 -
CMYK 0.06 0.58 0 0.07
HSL 293.87º 0.78% 0.66% -
HSV(B) 293.87º 0.58% 0.93% -
XYZ 49.73 30.51 82.62 -
YUV 151.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 222 99 236 0.06 0.58 0 0.07 293.87 0.78 0.66
Hex DE 63 EC 6 3A 0 7 126 4E 42
Octal 336 143 354 6 72 0 7 446 116 102
Binary 11011110 1100011 11101100 110 111010 0 111 100100110 1001110 1000010

Color Harmonies of #DE63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63EC

Black with #DE63EC

Text Example


Text Example

White with #DE63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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