Html Css Color HEX #DB5EEC Free Speech Magenta

📋 copy color: '#DB5EEC'

red 219 ◦ green 94 ◦ blue 236

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

Shades of Free Speech Magenta #DB5EEC

Tints of Free Speech Magenta #DB5EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 39.89%
G = 17.12%
B = 42.99%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB5EEC (or 0xDB5EEC) is known color: Free Speech Magenta. HEX triplet: DB, 5E and EC. RGB value is (219,94,236). Sum of RGB (Red+Green+Blue) = 219+94+236=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EEC is #24A113. Grayscale: #939393. Windows color (decimal): -2400532 or 15490779. OLE color: 15490779.

HSL color Cylindrical-coordinate representation of color #DB5EEC: hue angle of 292.82º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5EEC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 94 236 -
CMYK 0.07 0.60 0 0.07
HSL 292.82º 0.79% 0.65% -
HSV(B) 292.82º 0.6% 0.93% -
XYZ 48.36 29.12 82.43 -
YUV 147.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 219 94 236 0.07 0.60 0 0.07 292.82 0.79 0.65
Hex DB 5E EC 7 3C 0 7 125 4F 41
Octal 333 136 354 7 74 0 7 445 117 101
Binary 11011011 1011110 11101100 111 111100 0 111 100100101 1001111 1000001

Color Harmonies of #DB5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EEC

Black with #DB5EEC

Text Example


Text Example

White with #DB5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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