Html Css Color HEX #DB4EE5 Free Speech Magenta

📋 copy color: '#DB4EE5'

red 219 ◦ green 78 ◦ blue 229

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

Shades of Free Speech Magenta #DB4EE5

Tints of Free Speech Magenta #DB4EE5

RGB

 RED value IS 219 (85.94% from 255) = 41.63%

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

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

R = 41.63%
G = 14.83%
B = 43.54%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB4EE5 (or 0xDB4EE5) is known color: Free Speech Magenta. HEX triplet: DB, 4E and E5. RGB value is (219,78,229). Sum of RGB (Red+Green+Blue) = 219+78+229=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB4EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EE5 is #24B11A. Grayscale: #888888. Windows color (decimal): -2404635 or 15027931. OLE color: 15027931.

HSL color Cylindrical-coordinate representation of color #DB4EE5: hue angle of 296.03º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4EE5 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 78 229 -
CMYK 0.04 0.66 0 0.10
HSL 296.03º 0.74% 0.6% -
HSV(B) 296.03º 0.66% 0.9% -
XYZ 46.08 26.17 76.75 -
YUV 137.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 219 78 229 0.04 0.66 0 0.10 296.03 0.74 0.6
Hex DB 4E E5 4 42 0 A 128 4A 3C
Octal 333 116 345 4 102 0 12 450 112 74
Binary 11011011 1001110 11100101 100 1000010 0 1010 100101000 1001010 111100

Color Harmonies of #DB4EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EE5

Black with #DB4EE5

Text Example


Text Example

White with #DB4EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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