Html Css Color HEX #DB4EE1 Free Speech Magenta

📋 copy color: '#DB4EE1'

red 219 ◦ green 78 ◦ blue 225

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

Shades of Free Speech Magenta #DB4EE1

Tints of Free Speech Magenta #DB4EE1

RGB

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

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

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

R = 41.95%
G = 14.94%
B = 43.1%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB4EE1 (or 0xDB4EE1) is known color: Free Speech Magenta. HEX triplet: DB, 4E and E1. RGB value is (219,78,225). Sum of RGB (Red+Green+Blue) = 219+78+225=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EE1 is #24B11E. Grayscale: #888888. Windows color (decimal): -2404639 or 14765787. OLE color: 14765787.

HSL color Cylindrical-coordinate representation of color #DB4EE1: hue angle of 297.55º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4EE1 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 78 225 -
CMYK 0.03 0.65 0 0.12
HSL 297.55º 0.71% 0.59% -
HSV(B) 297.55º 0.65% 0.88% -
XYZ 45.53 25.95 73.84 -
YUV 136.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 219 78 225 0.03 0.65 0 0.12 297.55 0.71 0.59
Hex DB 4E E1 3 41 0 C 12A 47 3B
Octal 333 116 341 3 101 0 14 452 107 73
Binary 11011011 1001110 11100001 11 1000001 0 1100 100101010 1000111 111011

Color Harmonies of #DB4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EE1

Black with #DB4EE1

Text Example


Text Example

White with #DB4EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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