Html Css Color HEX #DB41E5 Free Speech Magenta

📋 copy color: '#DB41E5'

red 219 ◦ green 65 ◦ blue 229

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

Shades of Free Speech Magenta #DB41E5

Tints of Free Speech Magenta #DB41E5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

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

R = 42.69%
G = 12.67%
B = 44.64%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB41E5 (or 0xDB41E5) is known color: Free Speech Magenta. HEX triplet: DB, 41 and E5. RGB value is (219,65,229). Sum of RGB (Red+Green+Blue) = 219+65+229=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB41E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41E5 is #24BE1A. Grayscale: #818181. Windows color (decimal): -2407963 or 15024603. OLE color: 15024603.

HSL color Cylindrical-coordinate representation of color #DB41E5: hue angle of 296.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB41E5 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 65 229 -
CMYK 0.04 0.72 0 0.10
HSL 296.34º 0.76% 0.58% -
HSV(B) 296.34º 0.72% 0.9% -
XYZ 45.25 24.5 76.47 -
YUV 129.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 219 65 229 0.04 0.72 0 0.10 296.34 0.76 0.58
Hex DB 41 E5 4 48 0 A 128 4C 3A
Octal 333 101 345 4 110 0 12 450 114 72
Binary 11011011 1000001 11100101 100 1001000 0 1010 100101000 1001100 111010

Color Harmonies of #DB41E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41E5

Black with #DB41E5

Text Example


Text Example

White with #DB41E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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