Html Css Color HEX #DB50E0 Free Speech Magenta

📋 copy color: '#DB50E0'

red 219 ◦ green 80 ◦ blue 224

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

Shades of Free Speech Magenta #DB50E0

Tints of Free Speech Magenta #DB50E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 41.87%
G = 15.3%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB50E0 (or 0xDB50E0) is known color: Free Speech Magenta. HEX triplet: DB, 50 and E0. RGB value is (219,80,224). Sum of RGB (Red+Green+Blue) = 219+80+224=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50E0 is #24AF1F. Grayscale: #898989. Windows color (decimal): -2404128 or 14700763. OLE color: 14700763.

HSL color Cylindrical-coordinate representation of color #DB50E0: hue angle of 297.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB50E0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 80 224 -
CMYK 0.02 0.64 0 0.12
HSL 297.92º 0.7% 0.6% -
HSV(B) 297.92º 0.64% 0.88% -
XYZ 45.54 26.18 73.17 -
YUV 137.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 219 80 224 0.02 0.64 0 0.12 297.92 0.7 0.6
Hex DB 50 E0 2 40 0 C 12A 46 3C
Octal 333 120 340 2 100 0 14 452 106 74
Binary 11011011 1010000 11100000 10 1000000 0 1100 100101010 1000110 111100

Color Harmonies of #DB50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50E0

Black with #DB50E0

Text Example


Text Example

White with #DB50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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