Html Css Color HEX #DB41E0 Free Speech Magenta

📋 copy color: '#DB41E0'

red 219 ◦ green 65 ◦ blue 224

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

Shades of Free Speech Magenta #DB41E0

Tints of Free Speech Magenta #DB41E0

RGB

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

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

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

R = 43.11%
G = 12.8%
B = 44.09%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB41E0 (or 0xDB41E0) is known color: Free Speech Magenta. HEX triplet: DB, 41 and E0. RGB value is (219,65,224). Sum of RGB (Red+Green+Blue) = 219+65+224=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB41E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41E0 is #24BE1F. Grayscale: #808080. Windows color (decimal): -2407968 or 14696923. OLE color: 14696923.

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

Color convert

RGB 219 65 224 -
CMYK 0.02 0.71 0 0.12
HSL 298.11º 0.72% 0.57% -
HSV(B) 298.11º 0.71% 0.88% -
XYZ 44.56 24.22 72.85 -
YUV 129.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 219 65 224 0.02 0.71 0 0.12 298.11 0.72 0.57
Hex DB 41 E0 2 47 0 C 12A 48 39
Octal 333 101 340 2 107 0 14 452 110 71
Binary 11011011 1000001 11100000 10 1000111 0 1100 100101010 1001000 111001

Color Harmonies of #DB41E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41E0

Black with #DB41E0

Text Example


Text Example

White with #DB41E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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