Html Css Color HEX #DB4ED8 Free Speech Magenta

📋 copy color: '#DB4ED8'

red 219 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Magenta #DB4ED8

Tints of Free Speech Magenta #DB4ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 42.69%
G = 15.2%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB4ED8 (or 0xDB4ED8) is known color: Free Speech Magenta. HEX triplet: DB, 4E and D8. RGB value is (219,78,216). Sum of RGB (Red+Green+Blue) = 219+78+216=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ED8 is #24B127. Grayscale: #878787. Windows color (decimal): -2404648 or 14175963. OLE color: 14175963.

HSL color Cylindrical-coordinate representation of color #DB4ED8: hue angle of 301.28º 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 #DB4ED8 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 78 216 -
CMYK 0 0.64 0.01 0.14
HSL 301.28º 0.66% 0.58% -
HSV(B) 301.28º 0.64% 0.86% -
XYZ 44.33 25.47 67.54 -
YUV 135.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 219 78 216 0 0.64 0.01 0.14 301.28 0.66 0.58
Hex DB 4E D8 0 40 1 E 12D 42 3A
Octal 333 116 330 0 100 1 16 455 102 72
Binary 11011011 1001110 11011000 0 1000000 1 1110 100101101 1000010 111010

Color Harmonies of #DB4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ED8

Black with #DB4ED8

Text Example


Text Example

White with #DB4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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