Html Css Color HEX #DB50ED Free Speech Magenta

📋 copy color: '#DB50ED'

red 219 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #DB50ED

Tints of Free Speech Magenta #DB50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 40.86%
G = 14.93%
B = 44.22%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB50ED (or 0xDB50ED) is known color: Free Speech Magenta. HEX triplet: DB, 50 and ED. RGB value is (219,80,237). Sum of RGB (Red+Green+Blue) = 219+80+237=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50ED is #24AF12. Grayscale: #8A8A8A. Windows color (decimal): -2404115 or 15552731. OLE color: 15552731.

HSL color Cylindrical-coordinate representation of color #DB50ED: hue angle of 293.12º degrees, saturation: 0.81, 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 #DB50ED is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 80 237 -
CMYK 0.08 0.66 0 0.07
HSL 293.12º 0.81% 0.62% -
HSV(B) 293.12º 0.66% 0.93% -
XYZ 47.37 26.91 82.82 -
YUV 139.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 219 80 237 0.08 0.66 0 0.07 293.12 0.81 0.62
Hex DB 50 ED 8 42 0 7 125 51 3E
Octal 333 120 355 10 102 0 7 445 121 76
Binary 11011011 1010000 11101101 1000 1000010 0 111 100100101 1010001 111110

Color Harmonies of #DB50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50ED

Black with #DB50ED

Text Example


Text Example

White with #DB50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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