Html Css Color HEX #DB4EBE Free Speech Magenta

📋 copy color: '#DB4EBE'

red 219 ◦ green 78 ◦ blue 190

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

Shades of Free Speech Magenta #DB4EBE

Tints of Free Speech Magenta #DB4EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 44.97%
G = 16.02%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB4EBE (or 0xDB4EBE) is known color: Free Speech Magenta. HEX triplet: DB, 4E and BE. RGB value is (219,78,190). Sum of RGB (Red+Green+Blue) = 219+78+190=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EBE is #24B141. Grayscale: #848484. Windows color (decimal): -2404674 or 12472027. OLE color: 12472027.

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

Color convert

RGB 219 78 190 -
CMYK 0 0.64 0.13 0.14
HSL 312.34º 0.66% 0.58% -
HSV(B) 312.34º 0.64% 0.86% -
XYZ 41.23 24.23 51.22 -
YUV 132.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 219 78 190 0 0.64 0.13 0.14 312.34 0.66 0.58
Hex DB 4E BE 0 40 D E 138 42 3A
Octal 333 116 276 0 100 15 16 470 102 72
Binary 11011011 1001110 10111110 0 1000000 1101 1110 100111000 1000010 111010

Color Harmonies of #DB4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EBE

Black with #DB4EBE

Text Example


Text Example

White with #DB4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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