Html Css Color HEX #DB50E5 Free Speech Magenta

📋 copy color: '#DB50E5'

red 219 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #DB50E5

Tints of Free Speech Magenta #DB50E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 41.48%
G = 15.15%
B = 43.37%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB50E5 (or 0xDB50E5) is known color: Free Speech Magenta. HEX triplet: DB, 50 and E5. RGB value is (219,80,229). Sum of RGB (Red+Green+Blue) = 219+80+229=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB50E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50E5 is #24AF1A. Grayscale: #8A8A8A. Windows color (decimal): -2404123 or 15028443. OLE color: 15028443.

HSL color Cylindrical-coordinate representation of color #DB50E5: hue angle of 295.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB50E5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 80 229 -
CMYK 0.04 0.65 0 0.10
HSL 295.97º 0.74% 0.61% -
HSV(B) 295.97º 0.65% 0.9% -
XYZ 46.22 26.45 76.8 -
YUV 138.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 219 80 229 0.04 0.65 0 0.10 295.97 0.74 0.61
Hex DB 50 E5 4 41 0 A 128 4A 3D
Octal 333 120 345 4 101 0 12 450 112 75
Binary 11011011 1010000 11100101 100 1000001 0 1010 100101000 1001010 111101

Color Harmonies of #DB50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50E5

Black with #DB50E5

Text Example


Text Example

White with #DB50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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