Html Css Color HEX #DB41F1 Free Speech Magenta

📋 copy color: '#DB41F1'

red 219 ◦ green 65 ◦ blue 241

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

Shades of Free Speech Magenta #DB41F1

Tints of Free Speech Magenta #DB41F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 41.71%
G = 12.38%
B = 45.9%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB41F1 (or 0xDB41F1) is known color: Free Speech Magenta. HEX triplet: DB, 41 and F1. RGB value is (219,65,241). Sum of RGB (Red+Green+Blue) = 219+65+241=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB41F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41F1 is #24BE0E. Grayscale: #828282. Windows color (decimal): -2407951 or 15811035. OLE color: 15811035.

HSL color Cylindrical-coordinate representation of color #DB41F1: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB41F1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 65 241 -
CMYK 0.09 0.73 0 0.05
HSL 292.5º 0.86% 0.6% -
HSV(B) 292.5º 0.73% 0.95% -
XYZ 46.98 25.19 85.61 -
YUV 131.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 219 65 241 0.09 0.73 0 0.05 292.5 0.86 0.6
Hex DB 41 F1 9 49 0 5 124 56 3C
Octal 333 101 361 11 111 0 5 444 126 74
Binary 11011011 1000001 11110001 1001 1001001 0 101 100100100 1010110 111100

Color Harmonies of #DB41F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41F1

Black with #DB41F1

Text Example


Text Example

White with #DB41F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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