Html Css Color HEX #DB5BE5 Free Speech Magenta

📋 copy color: '#DB5BE5'

red 219 ◦ green 91 ◦ blue 229

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

Shades of Free Speech Magenta #DB5BE5

Tints of Free Speech Magenta #DB5BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.88%

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

R = 40.63%
G = 16.88%
B = 42.49%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB5BE5 (or 0xDB5BE5) is known color: Free Speech Magenta. HEX triplet: DB, 5B and E5. RGB value is (219,91,229). Sum of RGB (Red+Green+Blue) = 219+91+229=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB5BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BE5 is #24A41A. Grayscale: #909090. Windows color (decimal): -2401307 or 15031259. OLE color: 15031259.

HSL color Cylindrical-coordinate representation of color #DB5BE5: hue angle of 295.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5BE5 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 91 229 -
CMYK 0.04 0.60 0 0.10
HSL 295.65º 0.73% 0.63% -
HSV(B) 295.65º 0.6% 0.9% -
XYZ 47.1 28.2 77.09 -
YUV 145 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 219 91 229 0.04 0.60 0 0.10 295.65 0.73 0.63
Hex DB 5B E5 4 3C 0 A 128 49 3F
Octal 333 133 345 4 74 0 12 450 111 77
Binary 11011011 1011011 11100101 100 111100 0 1010 100101000 1001001 111111

Color Harmonies of #DB5BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BE5

Black with #DB5BE5

Text Example


Text Example

White with #DB5BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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