Html Css Color HEX #DB5EEA Free Speech Magenta

📋 copy color: '#DB5EEA'

red 219 ◦ green 94 ◦ blue 234

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

Shades of Free Speech Magenta #DB5EEA

Tints of Free Speech Magenta #DB5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 40.04%
G = 17.18%
B = 42.78%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB5EEA (or 0xDB5EEA) is known color: Free Speech Magenta. HEX triplet: DB, 5E and EA. RGB value is (219,94,234). Sum of RGB (Red+Green+Blue) = 219+94+234=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EEA is #24A115. Grayscale: #929292. Windows color (decimal): -2400534 or 15359707. OLE color: 15359707.

HSL color Cylindrical-coordinate representation of color #DB5EEA: hue angle of 293.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5EEA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 94 234 -
CMYK 0.06 0.60 0 0.08
HSL 293.57º 0.77% 0.64% -
HSV(B) 293.57º 0.6% 0.92% -
XYZ 48.07 29.01 80.91 -
YUV 147.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 219 94 234 0.06 0.60 0 0.08 293.57 0.77 0.64
Hex DB 5E EA 6 3C 0 8 126 4D 40
Octal 333 136 352 6 74 0 10 446 115 100
Binary 11011011 1011110 11101010 110 111100 0 1000 100100110 1001101 1000000

Color Harmonies of #DB5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EEA

Black with #DB5EEA

Text Example


Text Example

White with #DB5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EEA; }

 p { color: rgb(219,94,234); }

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

background-color css

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

 a { background-color: rgb(219,94,234); }

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

border-color css

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

 span { border-color: rgb(219,94,234); }

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