Html Css Color HEX #DE4EDB Free Speech Magenta

📋 copy color: '#DE4EDB'

red 222 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #DE4EDB

Tints of Free Speech Magenta #DE4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 42.77%
G = 15.03%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE4EDB (or 0xDE4EDB) is known color: Free Speech Magenta. HEX triplet: DE, 4E and DB. RGB value is (222,78,219). Sum of RGB (Red+Green+Blue) = 222+78+219=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4EDB is #21B124. Grayscale: #888888. Windows color (decimal): -2208037 or 14372574. OLE color: 14372574.

HSL color Cylindrical-coordinate representation of color #DE4EDB: hue angle of 301.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4EDB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 78 219 -
CMYK 0 0.65 0.01 0.13
HSL 301.25º 0.69% 0.59% -
HSV(B) 301.25º 0.65% 0.87% -
XYZ 45.63 26.09 69.65 -
YUV 137.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 222 78 219 0 0.65 0.01 0.13 301.25 0.69 0.59
Hex DE 4E DB 0 41 1 D 12D 45 3B
Octal 336 116 333 0 101 1 15 455 105 73
Binary 11011110 1001110 11011011 0 1000001 1 1101 100101101 1000101 111011

Color Harmonies of #DE4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4EDB

Black with #DE4EDB

Text Example


Text Example

White with #DE4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4EDB; }

 p { color: rgb(222,78,219); }

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

background-color css

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

 a { background-color: rgb(222,78,219); }

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

border-color css

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

 span { border-color: rgb(222,78,219); }

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