Html Css Color HEX #DB50E9 Free Speech Magenta

📋 copy color: '#DB50E9'

red 219 ◦ green 80 ◦ blue 233

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

Shades of Free Speech Magenta #DB50E9

Tints of Free Speech Magenta #DB50E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.04%

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 41.17%
G = 15.04%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB50E9 (or 0xDB50E9) is known color: Free Speech Magenta. HEX triplet: DB, 50 and E9. RGB value is (219,80,233). Sum of RGB (Red+Green+Blue) = 219+80+233=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50E9 is #24AF16. Grayscale: #8A8A8A. Windows color (decimal): -2404119 or 15290587. OLE color: 15290587.

HSL color Cylindrical-coordinate representation of color #DB50E9: hue angle of 294.51º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB50E9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 80 233 -
CMYK 0.06 0.66 0 0.09
HSL 294.51º 0.78% 0.61% -
HSV(B) 294.51º 0.66% 0.91% -
XYZ 46.79 26.68 79.77 -
YUV 139 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 219 80 233 0.06 0.66 0 0.09 294.51 0.78 0.61
Hex DB 50 E9 6 42 0 9 127 4E 3D
Octal 333 120 351 6 102 0 11 447 116 75
Binary 11011011 1010000 11101001 110 1000010 0 1001 100100111 1001110 111101

Color Harmonies of #DB50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50E9

Black with #DB50E9

Text Example


Text Example

White with #DB50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50E9; }

 p { color: rgb(219,80,233); }

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

background-color css

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

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

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

border-color css

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

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

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