Html Css Color HEX #DB4EDB Free Speech Magenta

📋 copy color: '#DB4EDB'

red 219 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #DB4EDB

Tints of Free Speech Magenta #DB4EDB

RGB

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

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

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

R = 42.44%
G = 15.12%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB4EDB (or 0xDB4EDB) is known color: Free Speech Magenta. HEX triplet: DB, 4E and DB. RGB value is (219,78,219). Sum of RGB (Red+Green+Blue) = 219+78+219=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EDB is #24B124. Grayscale: #878787. Windows color (decimal): -2404645 or 14372571. OLE color: 14372571.

HSL color Cylindrical-coordinate representation of color #DB4EDB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EDB is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 78 219 -
CMYK 0 0.64 0 0.14
HSL 300º 0.66% 0.58% -
HSV(B) 300º 0.64% 0.86% -
XYZ 44.72 25.62 69.61 -
YUV 136.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 219 78 219 0 0.64 0 0.14 300 0.66 0.58
Hex DB 4E DB 0 40 0 E 12C 42 3A
Octal 333 116 333 0 100 0 16 454 102 72
Binary 11011011 1001110 11011011 0 1000000 0 1110 100101100 1000010 111010

Color Harmonies of #DB4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EDB

Black with #DB4EDB

Text Example


Text Example

White with #DB4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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