Html Css Color HEX #DB41F8 Free Speech Magenta

📋 copy color: '#DB41F8'

red 219 ◦ green 65 ◦ blue 248

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

Shades of Free Speech Magenta #DB41F8

Tints of Free Speech Magenta #DB41F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 41.17%
G = 12.22%
B = 46.62%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB41F8 (or 0xDB41F8) is known color: Free Speech Magenta. HEX triplet: DB, 41 and F8. RGB value is (219,65,248). Sum of RGB (Red+Green+Blue) = 219+65+248=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB41F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41F8 is #24BE07. Grayscale: #838383. Windows color (decimal): -2407944 or 16269787. OLE color: 16269787.

HSL color Cylindrical-coordinate representation of color #DB41F8: hue angle of 290.49º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB41F8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 65 248 -
CMYK 0.12 0.74 0 0.03
HSL 290.49º 0.93% 0.61% -
HSV(B) 290.49º 0.74% 0.97% -
XYZ 48.05 25.62 91.22 -
YUV 131.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 219 65 248 0.12 0.74 0 0.03 290.49 0.93 0.61
Hex DB 41 F8 C 4A 0 3 122 5D 3D
Octal 333 101 370 14 112 0 3 442 135 75
Binary 11011011 1000001 11111000 1100 1001010 0 11 100100010 1011101 111101

Color Harmonies of #DB41F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41F8

Black with #DB41F8

Text Example


Text Example

White with #DB41F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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