Html Css Color HEX #DB50EC Free Speech Magenta

📋 copy color: '#DB50EC'

red 219 ◦ green 80 ◦ blue 236

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

Shades of Free Speech Magenta #DB50EC

Tints of Free Speech Magenta #DB50EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 40.93%
G = 14.95%
B = 44.11%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB50EC (or 0xDB50EC) is known color: Free Speech Magenta. HEX triplet: DB, 50 and EC. RGB value is (219,80,236). Sum of RGB (Red+Green+Blue) = 219+80+236=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50EC is #24AF13. Grayscale: #8A8A8A. Windows color (decimal): -2404116 or 15487195. OLE color: 15487195.

HSL color Cylindrical-coordinate representation of color #DB50EC: hue angle of 293.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB50EC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 80 236 -
CMYK 0.07 0.66 0 0.07
HSL 293.46º 0.8% 0.62% -
HSV(B) 293.46º 0.66% 0.93% -
XYZ 47.22 26.85 82.05 -
YUV 139.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 219 80 236 0.07 0.66 0 0.07 293.46 0.8 0.62
Hex DB 50 EC 7 42 0 7 125 50 3E
Octal 333 120 354 7 102 0 7 445 120 76
Binary 11011011 1010000 11101100 111 1000010 0 111 100100101 1010000 111110

Color Harmonies of #DB50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50EC

Black with #DB50EC

Text Example


Text Example

White with #DB50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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