Html Css Color HEX #DB5EE0 Free Speech Magenta

📋 copy color: '#DB5EE0'

red 219 ◦ green 94 ◦ blue 224

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

Shades of Free Speech Magenta #DB5EE0

Tints of Free Speech Magenta #DB5EE0

RGB

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

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

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

R = 40.78%
G = 17.5%
B = 41.71%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB5EE0 (or 0xDB5EE0) is known color: Free Speech Magenta. HEX triplet: DB, 5E and E0. RGB value is (219,94,224). Sum of RGB (Red+Green+Blue) = 219+94+224=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EE0 is #24A11F. Grayscale: #919191. Windows color (decimal): -2400544 or 14704347. OLE color: 14704347.

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

Color convert

RGB 219 94 224 -
CMYK 0.02 0.58 0 0.12
HSL 297.69º 0.68% 0.62% -
HSV(B) 297.69º 0.58% 0.88% -
XYZ 46.67 28.45 73.55 -
YUV 146.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 219 94 224 0.02 0.58 0 0.12 297.69 0.68 0.62
Hex DB 5E E0 2 3A 0 C 12A 44 3E
Octal 333 136 340 2 72 0 14 452 104 76
Binary 11011011 1011110 11100000 10 111010 0 1100 100101010 1000100 111110

Color Harmonies of #DB5EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EE0

Black with #DB5EE0

Text Example


Text Example

White with #DB5EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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