#DB41F3

Color #DB41F3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB41F3

Tints of Free Speech Magenta #DB41F3

Color information

#DB41F3 (or 0xDB41F3) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 41 and F3. RGB value is (219,65,243). Sum of RGB (Red+Green+Blue) = 219+65+243=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB41F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41F3 is #24BE0C. Grayscale: #828282. Windows color (decimal): -2407949 or 15942107. OLE color: 15942107.

HSL color Cylindrical-coordinate representation of color #DB41F3: hue angle of 291.91º degrees, saturation: 0.88, 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 #DB41F3 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21965243-
CMYK0.100.7300.05
HSL291.91º88.12%60.39%-
HSV(B)291.91º73.25%95.29%-
XYZ47.2825.3187.19-
YUV131.34191.02190.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 65 (25.78% from 255) = 12.33%
BLUE value IS 243 (95.31% from 255) = 46.11%
R=41.56%
G=12.33%
B=46.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219652430.100.7300.05291.9188.1260.39
HexDB41F3A4905124583c
Octal333101363121110544413074
Binary110110111000001111100111010100100101011001001001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB41F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB41F3; }

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

 H1.HeaderClassName
 {
   color: #DB41F3;
 }
 .AnyTagClassName
 {
   color: #DB41F3;
 }
</style>
background-color css

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

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

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

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

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

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