Html Css Color HEX #DB3AED Free Speech Magenta

📋 copy color: '#DB3AED'

red 219 ◦ green 58 ◦ blue 237

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

Shades of Free Speech Magenta #DB3AED

Tints of Free Speech Magenta #DB3AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.28%

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

R = 42.61%
G = 11.28%
B = 46.11%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB3AED (or 0xDB3AED) is known color: Free Speech Magenta. HEX triplet: DB, 3A and ED. RGB value is (219,58,237). Sum of RGB (Red+Green+Blue) = 219+58+237=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3AED is #24C512. Grayscale: #7D7D7D. Windows color (decimal): -2409747 or 15547099. OLE color: 15547099.

HSL color Cylindrical-coordinate representation of color #DB3AED: hue angle of 293.97º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3AED is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 58 237 -
CMYK 0.08 0.76 0 0.07
HSL 293.97º 0.83% 0.58% -
HSV(B) 293.97º 0.76% 0.93% -
XYZ 46.01 24.2 82.37 -
YUV 126.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 219 58 237 0.08 0.76 0 0.07 293.97 0.83 0.58
Hex DB 3A ED 8 4C 0 7 126 53 3A
Octal 333 72 355 10 114 0 7 446 123 72
Binary 11011011 111010 11101101 1000 1001100 0 111 100100110 1010011 111010

Color Harmonies of #DB3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AED

Black with #DB3AED

Text Example


Text Example

White with #DB3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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